I am working on a app which has push notification in it.I have implemented it but my problem is I want to receive the notifications only when the user is signed-in to the app.
Something like the iPhone email application.
Any ideas how can I proceed for this?
I am working on a app which has push notification in it.I have implemented
Share
You can remove stored push device token from your APNS provider when user signs out of your app.