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

On snapchat app its showing `Something went wrong` #36

Closed arslankaleem7229 closed 2 years ago

arslankaleem7229 commented 2 years ago

I have resolved some of the issues related to snapchat but now there is following problem.

When I click on Login with snapchat button from example project it navigates to app and app says Something went wrong and when I perform same thing 5-6 times then it will redirect to web and from there everything works

For Android everything works well from web but from app it shows error

For IOS even from web it says Safari cannot open the page because the address is invalid

thang510023 commented 2 years ago

I also face this problem

Bwolfs2 commented 2 years ago

Any Solution?

arslankaleem7229 commented 2 years ago

Yes, I have seen that in documentation its not clear how to deeplink so I have searched a bit and added following lines in app which helped resolved my problem

For IOS

                <key>FlutterDeepLinkingEnabled</key>
        <true/>

For Android

<meta-data android:name="flutter_deeplinking_enabled" android:value="true" />