Search code examples
iosswiftremindersrating-system

Reminder to open the app give feedback


My app directs people to specific location by passing the data within the app to the native map application. I want to set a reminder to the user to come back and rate the venue that they have just gone to within the app but, I'm not sure how to get this done.

I'm thinking about having notification get sent to the user's device that would segue them to a rating page but, I'm not sure how to do get that done. Any advice or direction would be very helpful.


Solution

  • You can fire local notification once the user reaches the location. The fire time interval can be 12hrs or 24 hrs depending on your requirements.

    Once the user taps on notification you can open the app and redirects him to rating page.