Nan
Nan
Hi @bitjunk, I am sorry for the delay as I am not sure why you are seeing the `CommandServiceClient: CommandServiceException COMMAND_SERVICE_NOT_INSTALLED` error logged. It shouldn't affect the OneSignal SDK, everything...
Hey @gibbsvjy007, this is an error logged from the Amazon AppStore SDK, and isn't a crash. Are you using Amazon AppStore? Does this error stop logging once you remove OneSignal...
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...
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...
@hyped0001 I believe you may be using `amazon-appstore-sdk` v3.0.5? I believe our SDK needs to update to support this version. You can try [purchases-flutter 6.29.2](https://github.com/RevenueCat/purchases-flutter/releases/tag/6.29.2) in the meantime.
Apologies @hyped0001, I may have suggested too new a version still. You will need to use `3.0.3` of the Amazon AppStore SDK until we update the OneSignal Flutter v3.x.x SDKs...
Hi @inesga, > start new session with same user and change preferences to unsubscibe emails and sms (calls removeSms and removeEmail) -> no error is reported but the email and...
Hi @inesga thank you for the additional details. I will try to reproduce with those steps and reach out with any questions. This is happening 100% of the time for...
Hi @muezz, I apologize for the confusion with `await`. The `await` is actually to send this method call over the native bridge to the corresponding native Android or iOS method...
Hi @pawankumar-creator, thanks for reporting. **NoClassDefFoundError** means "The searched-for class definition existed when the currently executing class was compiled, but the definition can no longer be found." Are you able...