Hi,
I'm having trouble connecting FCM to urban airship in order to send push notifications. The analytics side of things appears to work - I can look up my phone using it's channel id. The error I get in logcat is:
'UALib: Unable to register with FCM: Default FirebaseApp is not initialized in this process <package_name>. Make sure to call FirebaseApp.initializeApp(Context) first.'
Adding a call to FirebaseApp.initializeApp at the start of my applications onCreate doesn't address the issue, but adds a log call saying: 'FirebaseApp initialization unsuccessful'
I've tried changing out the FCM account and starting from a blank project and neither address the issue.
Any ideas on how to debug this would be much appreciated.
Thanks
Comments
1 comment