You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cd SlateGeoFencingExample and run 'pod install' in project directory using Terminal. (Requires Cocoapod dependency manager to use) .
In order to debug and run the application an AppID with Access WiFi Information capability is required, create a provisioning profile for it or just tick automatically codesign it.
Enable Always GPS location in order to fully utilize Consumer module.
How To Use?
First, proceed as Consumer to proof that user are not in any geofenced area.
Proceed as Admin and add a radius outside your location (preferably while connected to a WiFi)
Proceed as Consumer to check whether you are covered within geofenced area via WiFi. (result : only connected via WiFi)
Turn off WiFi, and you will be out of the geofenced area.
Proceed as Admin and add a radius inside your location (preferably while connected to a WiFi).
Proceed as Consumer to check whether you are covered within geofenced area via WiFi. (result : connected via both)
Turn off WiFi, and you will be in the geofenced area via Geofencing only.