geofencing

iOS - iBeacon - Advertise (Broadcast) as beacon in Background after iOS 7.1 update

风流意气都作罢 提交于 2019-12-14 02:00:31
问题 I am trying to make an Application using iBeacon in which One device will work as beacon Broadcaster and another one as Receiver.I gone through the similar thing in Run iPhone as an iBeacon in the background but the solution that present there is not for API of iBeacon so i am asking this thing again. I succeed in being notified on Detector Device(receiver) even the App is in Background or in Quit mode. but Whenever Broadcaster Device's App goes in Background it stops Broadcasting packets and

Does Android Wear work with geofencing without paired handheld?

a 夏天 提交于 2019-12-13 21:44:06
问题 According to the documentation, geofencing uses cellular network and wifi signal for detecting a location, but it seems like it doesn't work without a connected companion device. Does Android Wear work with geofencing without paired handheld? 回答1: Update: Just had a quick play with this, doesn't seem to work yet when BT disconnected and wifi connected. Original reply: Not all wear devices have the hardware to support this, though the LG urbane 2 has LTE and quite a few Wear devices support

Region Monitoring method getting called multiple times in Geo-Fencing

若如初见. 提交于 2019-12-13 18:53:28
问题 I have created multiple geo-fence to monitor region entry/exit events. I have created a location manager in AppDelegate.h file. @interface AppDelegate : UIResponder <UIApplicationDelegate, CLLocationManagerDelegate> @property (strong, nonatomic) UIWindow *window; @property(nonatomic,retain)CLLocationManager *locationManager; @property(nonatomic,retain)CLLocation *currentLocation; +(AppDelegate *)sharedDelegate; AppDelegate.m file - (BOOL)application:(UIApplication *)application

some bug is appear while check user are enter or exit from geofense

半世苍凉 提交于 2019-12-13 03:25:25
问题 In this app first i fetch current user data from firebase then get alluser data except current user data then i fetch real time current location and then update location of current user when user start geofense then it craete geofense as many as allotheruser except current user(if there is 5 other user except current user then i create geofense 5 times, give user uid as geofense id, and for geofense center i gave current user current location same center for all 5 geofense), when this app is

How to implement geofencing for iOS 9?

时光总嘲笑我的痴心妄想 提交于 2019-12-12 05:08:31
问题 I need geofencing capability for my iOS 9 app. What API providers provides geofencing capability? I checked Foursquare and they don't seem to provide this. Geoloqi just got acquired and that option seems to be out of question as well. If no third party option is available, how does one go about implementing geofencing for iOS? 回答1: iOS has the ability to geofence without the need for a third party API. Core location should have everything you need. Check out this tutorial to learn more.

Send device's current location to Azure service in Windows 8.1

时光怂恿深爱的人放手 提交于 2019-12-12 04:18:43
问题 I am developing a location tracking windows mobile app and I want to send my current location to azure service as a background task. Getting current location is done. Currently I show the current location in the app tile. Likewise showing location in the tile I want to send location to the azure service. But how can I send my current location to azure service continuously so rest of the devices can see the device's location. So far my code public sealed class BackgroundGeofenceTask :

Location alerts using Core Data to get around CLRegion 20 region cap

こ雲淡風輕ζ 提交于 2019-12-12 01:47:49
问题 I have an app that stores points of interest (POIs) in a Core Data managedObjectContext . My objective is to have alerts go off if currentLocation is within a specified range of a POI in the managedObjectContext . In reading about CLRegion , it seems the amount of regions that can be monitored is capped at 20. To get around the region monitoring cap, my game plan is to skim my managedObjectContext for latitude/longitude coordinates and compute distances between POIs every time my location

How to set location triggers dynamically in Worklight?

别等时光非礼了梦想. 提交于 2019-12-11 21:54:38
问题 I need to create new geofence circles dynamically for each location I get from a Worklight Adapter. I need to do it using a loop, as I dunno how many locations are defined in backend service. Furthermore a new location can be define meanwhile the application is running. I have seen several samples for an established set of locations but I dunno how to get it working in my scenario... 回答1: I have already found a solution. This is the code in case someone needs it: var triggers = new Object();

Possible to use geofencing (region monitoring) on iOS without “Always” location access?

一笑奈何 提交于 2019-12-11 15:22:58
问题 I wrote some test code that alerts me in the background when I've left a region or entered it. Works great with "Always" location access. — However, if I change the app's location access to "When In Use", it doesn't work anymore. Works again when reverted. I was under the impression (as were others) that geofencing (region monitoring) on iOS should work without "Always" location access. Is there an entitlement or setting somewhere to enable it to work correctly? The hollow arrow doesn't even

Geofence for xamarin crossplatform

时光怂恿深爱的人放手 提交于 2019-12-11 09:08:33
问题 I currently implemented a geofencing plugin for xamarin from DevEddy (I used this because it had a sample project and it was updated more recently). And it kind of works correctly. The problem: When I set my android Location mode/proviedr settings to "Use GPS only (Device Only)" Instead of gps,wifi,mobile networks and run my app it breaks, and send the following error: Android.Gms.Common.Apis.ApiException: 1000: The whole output: Unhandled Exception: Android.Gms.Common.Apis.ApiException: 1000