User Tag List

Results 1 to 6 of 6

Thread: is connected? not working

  1. #1
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export Module
    pit73's Avatar
    Join Date
    Jan 2012
    Location
    near montpellier
    Posts
    354
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    is connected? not working

    hi
    android object : "is connected" not working

    But if you put "admob objet" on the scene, it's working... !

    But... if you put admob object on your scene, compiling in apk is veryyyy long.

    Thanks
    pit

  2. #2
    Clicker

    Fusion 2.5 MacFusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export ModuleUnicode Add-onInstall Creator Pro
    StingRay's Avatar
    Join Date
    Nov 2006
    Location
    Austria
    Posts
    1,057
    Mentioned
    7 Post(s)
    Tagged
    0 Thread(s)
    Did you set internet permissions for Android app in app properties?

  3. #3
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export Module
    pit73's Avatar
    Join Date
    Jan 2012
    Location
    near montpellier
    Posts
    354
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi, not necessary in not release mode.

    I ve identified the pb.
    When the admob object is not present, you cannot verify the internet connection.
    Make the test

    Quote Originally Posted by StingRay View Post
    Did you set internet permissions for Android app in app properties?

  4. #4
    Forum Moderator

    Fusion 2.5 MacFusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleMac Export ModuleUniversal Windows Platform Export ModuleSWF Export ModuleInstall Creator Pro
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)

    Join Date
    Dec 2013
    Location
    Watertown, WI
    Posts
    4,421
    Mentioned
    60 Post(s)
    Tagged
    0 Thread(s)
    Sure you can, you just do it differently.
    There are the properties of the Android object, and you can check for internet, by checking a URL. like www.google.com and if no response, then there is no internet.

  5. #5
    Clickteam Clickteam
    Fernando's Avatar
    Join Date
    Dec 2006
    Posts
    6,784
    Mentioned
    298 Post(s)
    Tagged
    4 Thread(s)
    you need these two permission to make it work

    <uses-permission android:name="android.permission.INTERNET" />
    <uses-permission android:name="android.permission.ACCESS_NETWORK_ST ATE" />
    Regards,


    Fernando Vivolo

    ... new things are coming ...

  6. #6
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export Module
    pit73's Avatar
    Join Date
    Jan 2012
    Location
    near montpellier
    Posts
    354
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    sorry for that, it works now, thanks !

Similar Threads

  1. Checking if connected?
    By Outcast in forum Fusion 2.5
    Replies: 6
    Last Post: 15th April 2014, 10:32 PM
  2. [Bug] Is Network Connected?
    By ProdigyX in forum Android Export Module Version 2.0
    Replies: 3
    Last Post: 20th March 2013, 10:17 AM
  3. Not connected to a server
    By Ziyoo in forum Lacewing
    Replies: 11
    Last Post: 30th December 2010, 06:45 PM
  4. Check if connected to internet?
    By Leander in forum Multimedia Fusion 2 - Technical Support
    Replies: 5
    Last Post: 8th November 2009, 09:53 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •