TimmyRB / snapkit

SnapKit is a Flutter plugin that allows you to integrate Snapchat's own SDKs into your Flutter projects!
https://pub.dev/packages/snapkit
MIT License
30 stars 16 forks source link

SendMediaSendError #48

Open simplenotezy opened 1 year ago

simplenotezy commented 1 year ago

I have observed the following error in our crashalytics:

Fatal Exception: FlutterError
PlatformException(SendMediaSendError, Optional(Error Domain=SCSDKCreativeKitErrorDomain Code=5 "error_description_deep_link_failure" UserInfo={NSLocalizedRecoverySuggestion=recovery_suggestion_contact_snap_kit_support, NSLocalizedDescription=error_description_deep_link_failure, NSLocalizedFailureReason=}), null, null)
Fatal Exception: FlutterError
0  ???                            0x0 StandardMethodCodec.decodeEnvelope + 653 (message_codecs.dart:653)
1  ???                            0x0 MethodChannel._invokeMethod + 315 (platform_channel.dart:315)
2  ???                            0x0 Snapkit.share + 214 (snapkit.dart:214)
3  ???                            0x0 _SocialShareInviteState.initState.<fn> + 301 (screen.dart:301)

Not sure why it happens, or how to reproduce. It has happened to +800 unique users.

danieljiwonkang98 commented 1 year ago

I am getting the same error. Is there a solution to this?