Janmarl Rodriguez
Results
1
comments of
Janmarl Rodriguez
Encountered a similar issue, I placed FirebasePushNotificationManager.Initialize() after LoadApplication(new App(new iOSInitializer())). I simply exchange the sequence of the two where FirebasePushNotificationManager.Initialize() would be called first. This fixed the issue for...