Unity-Technologies / com.unity.mobile.notifications

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

Unregister push support #288

Closed aurimasc closed 12 months ago

aurimasc commented 1 year ago

https://github.com/Unity-Technologies/com.unity.mobile.notifications/issues/277 iOS has APIs not only to register for push notifications, but also to unregister. While rarely used, it has use cases, such us user logging out of app. This PR adds two new methods: to check if registered and to unregister.

Added two buttons to the Maintest project for each of new APIs: