I am new iPhone developer,
Can anybody suggest me what should i do here:
I have built an App in which i am finding how far the user from end location or a goal, So I have a given range (nearBy) here, if the user came within the range , he/she got a message or alert.
My question is how can notify the user? how could I show that message?
I am greatly appreciative of any guidance or help.
UILocalNotificationYou should take a look at UILocalNotification Class Reference.