-
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
[Bug]: Incompatible with revenue cat latest SDK #694
Comments
Hi @bitjunk, Thank you for reporting. Did you upgrade from a previous version of the I am having trouble understanding the error. Is it the CommandServiceException?
|
@nan-li Nope! I never upgraded I just went in with the latest SDK's for both OneSignal and RevenueCat SDK. Yes it is command service exception most probably coming from amazon-appstore-sdk and seems like you guys are using 3.0.1 and RevenueCat uses 3.03 not sure if that's the reason for this issue. Also, Not sure why the amazon SDK initialisation is even triggered since we don't support those devices. |
Hi @bitjunk, I am sorry for the delay as I am not sure why you are seeing the It shouldn't affect the OneSignal SDK, everything should still work. The OneSignal SDK has a dependency listed to Amazon Appstore 3.0.1 but it is If the OneSignal SDK detects you are using Amazon Appstore, it will use it. Otherwise, the SDK will not have anything related to the Appstore. |
I am getting the same error while using one signal and purchase_flutter plugin together
|
Hey @gibbsvjy007, this is an error logged from the Amazon AppStore SDK, and isn't a crash. Are you using Amazon AppStore? |
Same problem for me. The app does not seem to crash when running with Logged a bug on RevenueCat. But I can confirm that this issue goes away if i remove OneSignal Flutter and only run RevenueCat. |
Hey @hagen00, Interesting, did you try to see what happens if you remove purchases-flutter while keeping onesignal SDK? Yes these logs are noisy, and they look like they are coming from the AppStore SDK itself. |
If I only have OneSignal SDK and remove purchases-flutter, the problem goes away. Even on screens where I'm not using the Purchases Flutter, there is no error in the console. |
Adding this into my debug Android manifest seems to have suppressed the error.
UPDATE |
Did anybody fix this?
|
Bump |
Hi @hyped0001, thanks for reporting. This stacktrace is different than the other reports, I will take a look. I believe you are using Onesignal Flutter SDK v3.5.3, correct? Is this crash happening 100% of the time you run the app? |
Correct 3.5.3 of one signal and 6.30.2 of purchases_flutter. It’s occurring 100% of the time on Android |
@hyped0001 I believe you may be using I believe our SDK needs to update to support this version. You can try purchases-flutter 6.29.2 in the meantime. |
@nan-li Hmm, with that version I'm still getting this:
|
Hey @nan-li any suggestions? |
Apologies @hyped0001, I may have suggested too new a version still. You will need to use UPDATE: It does look like purchases-flutter 6.29.2 is using Amazon AppStore 3.0.3. |
What happened?
Description:
The issue was already logged in the past in here #585 . The same is back again with the latest SDK.
Steps to reproduce?
What did you expect to happen?
I was expecting the app to not try to setup the Amazon SDK since we don't support Amazon devices and never configured for that.
OneSignal Flutter SDK version
Release 3.5.1
Which platform(s) are affected?
Relevant log output
Code of Conduct
The text was updated successfully, but these errors were encountered: