You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I got this crash on the Firebase Crashlytics dashboard when sent a tag with the method: OneSignal.sendTags
Steps to reproduce?
1. Implement One-Signal in your app
2. Use .sendTags to send the tag of your devices.
3. Wait some time I have this error on the Firebase Crashlytics dashboard
What did you expect to happen?
I do not see this error Firebase Crashlytics dashboard or when it's happening
and if I got this error, What will happen after that?
OneSignal Flutter SDK version
onesignal_flutter: ^3.5.0
Which platform(s) are affected?
iOS
Android
Relevant log output
PlatformException(400, The operation couldn’t be completed. (OneSignalError error 400.), null, null)
or
PlatformException(500, The operation couldn’t be completed. (OneSignal Error error 500.), null, null)
message_codecs.dart - Line 652
StandardMethodCodec.decodeEnvelope + 652
platform_channel.dart - Line 310
MethodChannel._invokeMethod + 310
2
onesignal_flutter.dart - Line 243
OneSignal.sendTags + 243
onesignal_flutter.dart - Line 233
OneSignal.sendTag + 233
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
@vqthanh1412489 apologies that your issue was missed. Are you still having problems?
If so, can you please share how and when you are calling the sendTag method?
Please also note that we have released major updates to the Flutter SDK which includes many improvements and enhancements. In 5.0.0 SDKs and higher, the new method is addTag.
What happened?
I got this crash on the Firebase Crashlytics dashboard when sent a tag with the method:
OneSignal.sendTags
Steps to reproduce?
What did you expect to happen?
I do not see this error Firebase Crashlytics dashboard or when it's happening
and if I got this error, What will happen after that?
OneSignal Flutter SDK version
onesignal_flutter: ^3.5.0
Which platform(s) are affected?
Relevant log output
Code of Conduct
The text was updated successfully, but these errors were encountered: