-
Notifications
You must be signed in to change notification settings - Fork 161
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not hitting OnRegistered() XF/Android - SDK 25 #122
Comments
I tested with SDK 24. I can't test with lower SDK than 24 because XF now require to use API 24+. |
Out app version on the Google play currently is working fine and no problem getting push token. |
I tried resetting git to back to the previous version and find from where when wrong. XF 2.3.3.180 / SDK API 23 - OK. working fine |
I resolved my problem thanksfully. I removed Xamarin.Googleplay.Measurement, which is out of date. (It's stopped from version 2x) got it working. |
unfortunately it dosen't work for me :( |
Did you try with 1.2.5-beta of this nuget? |
i make a post before some minute you can see it |
Android SDK : API 25
Tested device : Android 5.0 device, 6.0 device.
Tested on release build.
It was working fine before. (on API 23)
I'm not sure since when this is broken.
It hits CrossPushNotification.Initialize("XXXXX");
It hits CrossPushNotification.Current.Register();
BUT Not hitting OnRegistered.
'void IPushNotificationListener.OnRegistered(string Token, DeviceType deviceType){}'
The text was updated successfully, but these errors were encountered: