Open ewaradomska opened 7 months ago
Looks like my problem is connected with new HTTP v1 API. Plugin is registering device to legacy API (GCM) which will be removed in June 2024. Do you think it will be possible for you to add registration to FCM v1 on plugin side? In the other way it would just stop working for Android in June :(
Will update mate
Hello, I configured my Android exactly as you propose. Added all needed permissions to my AndroidManifest:
and meta-data with my Azure credentials (outside my activity tag):
I don't see any errors, I get token from the plugin side (I assume I get it as I can see log "onToken" from configure() method, so in theory my device should be registered to Azure hub). My app is configured with Firebase - getting notifications from FB with any problems, all my credentials from FCM v1 are properly added to my Azure account.
Unfortunately there is no notifications when I try to send tests to my Android devices (Hub shows 0 passed, 0 failed, so probably it doesn't even see my device somehow). No notifications on real device in debug mode, no notification on real device in release mode. Have you any idea what I'm missing here?