Android Ibeaconmanager Not Connecting From Activity
I'm using the IBeacon SDK from radius networks on the android. Im currently using the IBeaconManager in one Activity and one Service. When the app first launches, The activity bind
Solution 1:
I ended up moving the beaconManager to my Application
subclass instead of using it in my activity.
Post a Comment for "Android Ibeaconmanager Not Connecting From Activity"