Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/fernandospr/ios-geotification-demo
- Owner: fernandospr
- Created: 2015-09-03T12:41:13.000Z (over 9 years ago)
- Default Branch: geofence-notifications
- Last Pushed: 2016-05-03T18:15:43.000Z (over 8 years ago)
- Last Synced: 2024-11-08T10:50:43.335Z (2 months ago)
- Language: Swift
- Size: 22.5 KB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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```