-
Notifications
You must be signed in to change notification settings - Fork 218
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
OneSignal Not Initializing [Bug]: com.amazon.device.iap.internal.d #709
Comments
same issue |
Same issue on MIUI on real device |
same issue for us |
same issue |
same issue. any solution ???? |
rolled back to version 3.5.1 |
Same issue here, seems like no clear solution right now beside rolling back to previous version |
I've rolled back too. Now I have problems with OneSignal.shared.setExternalUserId , OneSignal.shared.setEmail, OneSignal.shared.removeExternalUserId. They just take a long time to call OneSignal is so buggy, are there any alternatives with full Flutter support? |
Same issue here. Downgrading to https://pub.dev/packages/onesignal_flutter/versions/3.5.1 works for now. |
3.5.1 works, yes. but I would really like to use the latest as I already changed everything and i don't want to rollback. So I guess will have to wait for a fix. |
same issue here |
Same issue crashing in release mode |
Updated all my code to new version just to have to rollback Zzz.. |
Thank you for reporting this is likely a "minify" issue with the Android native SDK. The fix should be available soon thank you for your patience! |
same issue when running the app on release mode |
Check this answer on another issue: #725 (comment) |
+1 |
Not working for this issue, +1 |
Thank you for reporting we are working on a fix for this asap! |
Thanks @emawby! I am having the same issue and just found this thread. Glad you guys are working on it! |
same issue any solution? |
Same issue |
same issue |
Is there a short term workaround? I am running into this issue for the react-native SDK as well. |
same issue |
Same issue. iOS works fine. Only crashes with Android |
Hi everyone, Can you let me know if you are using any other in-app purchasing or purchases-related SDK in your app? |
Hi @nan-li, I used purchases_flutter, and it is working well after commenting this library. |
We do not use any of those things in our Flutter app. Thanks for looking into it! |
I am using purchases_flutter from RevenueCat. I will look into if this is what causing the issue. |
Hi @akanxa, the OneSignal SDK works successfully if you remove This is helpful information to help us resolve this bug. |
Possibly related: after removing RevenueCat's sdk mine started working again. Using Ionic Vue Capacitor and the Cordova plugin. |
Same here with RevenueCat installed. It causes issues and breaks everything. |
I'm using both the "in_app_purchase" package and the "purchases_flutter" package. |
Yes it perfectly working after removing 'purchase_flutter' |
I work at purchases-flutter. I've been looking into this, and I believe the issue is in this line https://github.com/OneSignal/OneSignal-Android-SDK/blob/5.0.2/OneSignalSDK/onesignal/core/src/main/java/com/onesignal/core/internal/purchases/impl/TrackAmazonPurchase.kt#L77. Method In 3.0.4
In 3.0.1, 3.0.2, 3.0.3
|
Hi everyone, thanks for your reports. We identified the bug in our native Android SDK's code and the fix will be included in the next release. Thanks @vegaro for pointing out that the appstore v3.0.4 has a method name change. This wasn't the bug we needed to fix, but we used this information to make the SDK now compatible with v3.0.4. |
Hi everyone, thanks for your patience. We released the fix in the latest release of the OneSignal Flutter SDK, please see version 5.0.3. Please let us know if you have any remaining issues. |
I cannot tell what the logs show. Is it a crash? Is it a "method not found" error? Is it an log from OneSignal or is it a log from Amazon Appstore SDK? The crash users reported is |
still gettiing this error on 5.0.4
|
Hi! in_app_purchase: ^3.1.13
in_app_purchase_android: any
in_app_purchase_platform_interface: any
in_app_purchase_storekit: any
in_app_review: ^2.0.9
EDIT: Sorry wrong issue. I had to init OneSignal before calling setLanguage. |
What happened?
i have in main function
` OneSignal.Debug.setLogLevel(OSLogLevel.fatal);
OneSignal.initialize("appid");
OneSignal.Notifications.requestPermission(true);`
Steps to reproduce?
What did you expect to happen?
For appsignal to initialize and login user external id
OneSignal Flutter SDK version
5.0.0
Which platform(s) are affected?
Relevant log output
Code of Conduct
The text was updated successfully, but these errors were encountered: