-
Notifications
You must be signed in to change notification settings - Fork 43
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
Appcelerator 9 #95
Comments
Is this solved in between? |
Hi Yes. I tested now, with:
|
Hi , |
Hello, I just tested with Ti 9.2.2 + oniginal 2.1.2 + titanium-firebase-core 6 + titanium-firebase-cloud-messaging 3.0.1: it worked |
thanks it worked, may be I missing titanium-firebase-cloud-messaging modules |
With all this configuration... my onesignal dashboard shows me: Outdated Support Android Library. Any solution? And the pushes it isn´t received! :-( |
And another error: [ERROR] OneSignal: Missing Google Project number! |
@frodfigu Can you provide details like which playservice version are you using ? have you setup all configuration as mention in documentation? |
Adding this configuration solve my problem! ¡Thank you very much!
|
After upgrade appcelerator to version 9, onesignal module stopped working (Android).
Device or emulator startup error:
[INFO] ti.playservices: Google Play Services is available. (version: 12451000)
[ERROR] OneSignal: Unknown error getting GCM Token
[ERROR] OneSignal: java.lang.NoClassDefFoundError: Failed resolution of: Lcom/google/android/gms/gcm/GoogleCloudMessaging;
[ERROR] OneSignal: at com.onesignal.PushRegistratorGCM.getToken(PushRegistratorGCM.java:41)
[ERROR] OneSignal: at com.onesignal.PushRegistratorAbstractGoogle.attemptRegistration(PushRegistratorAbstractGoogle.java:97)
[ERROR] OneSignal: at com.onesignal.PushRegistratorAbstractGoogle.access$100(PushRegistratorAbstractGoogle.java:37)
[ERROR] OneSignal: at com.onesignal.PushRegistratorAbstractGoogle$1.run(PushRegistratorAbstractGoogle.java:84)
[ERROR] OneSignal: at java.lang.Thread.run(Thread.java:764)
[ERROR] OneSignal: Caused by: java.lang.ClassNotFoundException: Didn't find class "com.google.android.gms.gcm.GoogleCloudMessaging" on path: DexPathList[[zip file "/system/framework/org.apache.http.legacy.boot.jar", zip file "/data/app/br.com.campograndenews.noticiasapp-YynjN3Xqd9BFPXv9Z2IY5g==/base.apk"],nativeLibraryDirectories=[/data/app/br.com.campograndenews.noticiasapp-YynjN3Xqd9BFPXv9Z2IY5g==/lib/x86, /data/app/br.com.campograndenews.noticiasapp-YynjN3Xqd9BFPXv9Z2IY5g==/base.apk!/lib/x86, /system/lib, /system/vendor/lib]]
[ERROR] OneSignal: at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:134)
[ERROR] OneSignal: at java.lang.ClassLoader.loadClass(ClassLoader.java:379)
[ERROR] OneSignal: at java.lang.ClassLoader.loadClass(ClassLoader.java:312)
[ERROR] OneSignal: ... 5 more
[INFO] ti.playservices: Google Play Services is available. (version: 12451000)
The text was updated successfully, but these errors were encountered: