Hi :) when I tried with Android notification I see this error:
E/ANH_FLUTTER( 5290): Failed to complete registration
E/ANH_FLUTTER( 5290): java.lang.IllegalArgumentException: connectionString
E/ANH_FLUTTER( 5290): at com.microsoft.windowsazure.messaging.NotificationHub.setConnectionString(NotificationHub.java:345)
E/ANH_FLUTTER( 5290): at com.microsoft.windowsazure.messaging.NotificationHub.(NotificationHub.java:115)
E/ANH_FLUTTER( 5290): at com.romeodev.azure_notification_hub_new.RegistrationIntentService.onHandleIntent(RegistrationIntentService.java:57)
E/ANH_FLUTTER( 5290): at android.app.IntentService$ServiceHandler.handleMessage(IntentService.java:78)
E/ANH_FLUTTER( 5290): at android.os.Handler.dispatchMessage(Handler.java:106)
E/ANH_FLUTTER( 5290): at android.os.Looper.loopOnce(Looper.java:201)
E/ANH_FLUTTER( 5290): at android.os.Looper.loop(Looper.java:288)
E/ANH_FLUTTER( 5290): at android.os.HandlerThread.run(HandlerThread.java:67)
probably I configured something wrong... can you help me with it?
I added my connection string and hub name as meta to my AndroidManifest under activity tag.
Hi :) when I tried with Android notification I see this error: E/ANH_FLUTTER( 5290): Failed to complete registration E/ANH_FLUTTER( 5290): java.lang.IllegalArgumentException: connectionString E/ANH_FLUTTER( 5290): at com.microsoft.windowsazure.messaging.NotificationHub.setConnectionString(NotificationHub.java:345) E/ANH_FLUTTER( 5290): at com.microsoft.windowsazure.messaging.NotificationHub.(NotificationHub.java:115)
E/ANH_FLUTTER( 5290): at com.romeodev.azure_notification_hub_new.RegistrationIntentService.onHandleIntent(RegistrationIntentService.java:57)
E/ANH_FLUTTER( 5290): at android.app.IntentService$ServiceHandler.handleMessage(IntentService.java:78)
E/ANH_FLUTTER( 5290): at android.os.Handler.dispatchMessage(Handler.java:106)
E/ANH_FLUTTER( 5290): at android.os.Looper.loopOnce(Looper.java:201)
E/ANH_FLUTTER( 5290): at android.os.Looper.loop(Looper.java:288)
E/ANH_FLUTTER( 5290): at android.os.HandlerThread.run(HandlerThread.java:67)
probably I configured something wrong... can you help me with it? I added my connection string and hub name as meta to my AndroidManifest under activity tag.