Unity-Technologies / com.unity.mobile.notifications

Mobile Notifications Package
https://docs.unity3d.com/Packages/com.unity.mobile.notifications@2.1/manual/index.html
Other
132 stars 42 forks source link

[iOS] unregisterForRemoteNotifications ? #277

Closed alexandrefresnais closed 1 year ago

alexandrefresnais commented 1 year ago

Hello guys,

Thanks for the great work, I managed to implement notifications in my iOS app quickly.

I am wondering why I see no possible call to unregisterForRemoteNotifications for push notifications ?

It seems to be the right way to unsubscribe from notifications when a user logs out. For sure I can discard the token on my backend but calling unregisterForRemoteNotifications would enforce it locally even without internet connection.

Are you planning to add this method ?

Thank you in advance for reading me.

aurimasc commented 1 year ago

Implemented.