Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fernandospr/ios-geotification-demo

Demo to show notifications based on user location
https://github.com/fernandospr/ios-geotification-demo

Last synced: 20 days ago
JSON representation

Demo to show notifications based on user location

Awesome Lists containing this project

README

        

# ios-geotification-demo
Demo to show notifications based on user location

* **geofence-notifications** branch shows how to display a notification using geofences (region monitoring).
* **location-based-notifications** branch shows how to display a notification using iOS8 Location Based Notifications.

Demo project is based on the following tutorial: http://www.raywenderlich.com/95014/geofencing-ios-swift

Tip: Using the simulator, set the Location to "Apple", create a Geotification, then switch to a custom location (e.g. lat=30.327014, long=-122.031027) to test entering/exiting to the regions. You can also test this by killing the application.

To clone this repository use:

```git clone [email protected]:fernandospr/ios-geotification-demo.git -b geofence-notifications```

To switch branch:

```git checkout location-based-notifications```

```git pull origin location-based-notifications```