-
Notifications
You must be signed in to change notification settings - Fork 104
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
app crashes after receiving push message on android. #90
Comments
Read issue #88 |
Thanks, I did after this one, but there doesn't seem to be a resolution there. I did see your post and worked to remove google services, but because it's used by more than one ANE, it's not exactly practical in our situation. |
I've managed to compile the ANE to be compatible with OneSignal. I'll make a few changes to remove project specific icons and will push to my repo. One thing, though, it only works specifically through my rest server. For full onesignal compatibility one should purchase Milkman's ANE. |
i had recompile ANE , when receive notification i got this error 08-31 08:45:48.410 12608-12608/? E/dalvikvm: Could not find class 'android.support.v4.app.NotificationCompat$Builder', referenced from method com.freshplanet.nativeExtensions.CreateNotificationTask.onPostExecute |
I fixed it. You can download ANE from here: You should send: {"contentTitle":"Title..","contentText":"Message...","tickerText":"...","priority":"2"} You will need AIR 25+ To change the icons:
|
Hello there!
Thank you for your ane. It works on ios perfectly but on android doesn't. When I sent a push notification from server app crashes suddenly. Please help!
The text was updated successfully, but these errors were encountered: