william821114

Results 3 comments of william821114

My code is the same as [cloud messaging quickstart](https://github.com/firebase/quickstart-unity/blob/master/messaging/testapp/Assets/Firebase/Sample/Messaging/UIHandler.cs). https://github.com/firebase/quickstart-unity/blob/86f5b37cf8f643089c6302c9cb2add423cb0a5e6/messaging/testapp/Assets/Firebase/Sample/Messaging/UIHandler.cs#L78-L93 I registered a callback function to `FirebaseMessaging.MessageReceived` before `RequestPermissionAsync()` called.

We meet the same issue when using **RTC**(unity v3.5.0.3) + **RTM**(unity v1.4.8) + **Firebase**(8.7.0) on **iOS**. ![image](https://user-images.githubusercontent.com/4588590/148876931-3d6c328d-dc85-4330-b764-7cd4751de7e9.png) Any updates on a fix for this @YiqingJackieHuang? If there's no fix planned,...