We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm seeing this issue in our Sentry logs in production. It's affecting a wide range of iOS users and it's a fairly frequent error.
We have two other apps that are on 5.2.4 (and an otherwise identical implementation) that are not seeing this issue.
5.2.4
I don't yet know the cause and have not been able to reproduce. The only call the app ever does using the OneSignal SDK is OneSignal.initialize.
OneSignal.initialize
I'd expect the error to not happen 😅
^5.2.7 with onesignal-expo-plugin ^2.0.3
> *** -[__NSPlaceholderDictionary initWithObjects:forKeys:count:]: attempt to insert nil object from objects[1]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What happened?
I'm seeing this issue in our Sentry logs in production. It's affecting a wide range of iOS users and it's a fairly frequent error.
We have two other apps that are on
5.2.4
(and an otherwise identical implementation) that are not seeing this issue.Steps to reproduce?
I don't yet know the cause and have not been able to reproduce. The only call the app ever does using the OneSignal SDK is
OneSignal.initialize
.What did you expect to happen?
I'd expect the error to not happen 😅
React Native OneSignal SDK version
^5.2.7 with onesignal-expo-plugin ^2.0.3
Which platform(s) are affected?
Relevant log output
Code of Conduct
The text was updated successfully, but these errors were encountered: