- Home /
Location Aware Notifications on iOS
I am designing an application that requires location aware notifications while the application is running on the background. Looking in the script documentation I only found LocalNotification but this object does not have any related notification using the device location. Any idea on how to implement location aware notifications in Unity?
Answer by dannyskim · Oct 08, 2012 at 06:37 AM
This is not natively included in Unity.
http://www.prime31.com/unity/docs/#coreLocationDoc
Or develop it yourself.
Your answer
Follow this Question
Related Questions
NotificationServices' UnregisterForRemoteNotifications not persisting between game sessions? 0 Answers
iOS Notifications without Server 2 Answers
Input.location.isEnabledByUser returning wrong value iOS 0 Answers
Unity iOS - OneSignal problem 1 Answer
Move iOS Notification Center tab for landscape orientation restricted app in Unity 5 0 Answers