Open esentis opened 1 week ago
Same here. Did you manage to fix it?
I had a similar one, see here: https://github.com/OneSignal/OneSignal-Flutter-SDK/issues/912#issuecomment-2481244849 not sure it is the same
Not sure the above fixes the problem, my guess is that we can disable badge clearing logic by adding OneSignal_disable_badge_clearing: true
to Info.plist
. I will try to send another submission and see if Apple approves it
Apple approved this submission, so looks like it's a valid fix.
@zafarivaev Interesting, I'll do this aswell and close the issue if it'll be resolved.
What happened?
Hello,
Our app encountered an issue during the iOS review process, where it appears to hang on the splash screen during startup. According to the provided crash log, the crash seems related to OneSignal’s
clearBadgeCount
method, which may be called internally.Thank you for your assistance.
The reviewer's device :
Steps to reproduce?
What did you expect to happen?
Not crash
OneSignal Flutter SDK version
Release 5.2.7
Which platform(s) are affected?
Relevant log output
Code of Conduct