iOS Question fm_FCMConnected - Never Fired

Nicolás Cieri

Active Member
Licensed User
Hi, I follow the tutorial for the iOS Notification, I have all the certificates, configurations.. but when my app start the

fm_FCMConnected is never fired.. with no error.


Private Sub Application_Start (Nav As NavigationController)
'SetDebugAutoFlushLogs(True) 'Uncomment if program crashes before all logs are printed.
vFirebaseAnalytics.Initialize
....
....
App.RegisterUserNotifications(True, True, True)
App.RegisterForRemoteNotifications
fm.Initialize("fm")
End Sub


Any idea??
 

Attachments

  • aa.png
    aa.png
    17 KB · Views: 136
Top