Closed
Description
I'm migrating GCM to FCM.
This SDK is very good to use!
But I have two problem.
One problem is app freezing in IOS.
When app returns from background, the app is always frozen.
I tested quickstart-unity sample and sdk 1.1.0.
Another problem is I could not find unregist function in FCM.
I want to use the function when I don't receive notification from all topics any more.
I know "FirebaseInstanceId.getInstance().deleteInstanceId();" function in Android.
Is there unregist function for Unity?