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?

This is not natively included in Unity.

http://www.prime31.com/unity/docs/#coreLocationDoc

Or develop it yourself.