login-kit-sample
login-kit-sample copied to clipboard
iOS: Something went wrong
Login is successful on iOS, but it consistently returns an error message that says 'Something went wrong.' Is there a recommended solution to resolve this issue?
@ZeeshanMunir I solved the same issue by:
- Adding an app icon on my Snapchat portal app
- Add your Snapchat username as a tester in demo users on your Snapchat app portal (Only required for staging)
- Make sure the redirect URL is correct
- Please ensure you have enabled the login kit and scopes mentioned in the snap_connect_scopes array.
@waseemabbas8 could you please provide any dummy redirect URL. i am not clear about the redirect url. Enter the parts of your redirect url below e.g., if your redirect url is myapp://snap-kit/oauth2 android:scheme="myapp" android:host="snap-kit" android:path="oauth2"
they mention it like this but still not much clear can you help my out here. Thanks