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 14 forks source link

Error on Snapchat after sharing: "Something went wrong" #38

Open jafitz26 opened 2 years ago

jafitz26 commented 2 years ago

I have followed all the installation instructions for Android here: https://github.com/TimmyRB/snapkit/wiki/Android-Installation

I have created my snapchat app application and am using the Public OAuth 2.0 Client ID for the Staging App, Initial Version. And I added the redirect uri auth: myapp://snapchat/oauth2, with myapp replaced by my app name. I added the LoginKit and the CreativeKit. Snapchat says my application is still in review.

When I use snapkit.share, the app successfully redirects to Snapchat app, but Snapchat gives me the error: "Error. Something went wrong. Please try again!"

frederik0312 commented 2 years ago

I have the same problem I followed the 2 guides and examples and i still cant get past the "Error. Something went wrong. Please try again!" inside the Snapchat app

meetk-nt commented 2 years ago

Hi I have same problem, snapchat get open but no photo, video or caption are there, it shows that something wrong went, try later!

Please help me or guide me towards correct path. Btw I am developing in Flutter ios

meetk-nt commented 2 years ago

@frederik0312 @jafitz26 Guys I have solved that something went wrong issue you have to follow android installation from https://github.com/TimmyRB/snapkit/wiki/Android-Installation and iOS from https://github.com/TimmyRB/snapkit/wiki/iOS-Installation then you need to add test user in the developer portal and login in snapchat by that test user id

hepnn commented 2 years ago

@meetk-nt I was unable to resolve it still, could u specify what fixed it

bipin-sakariya commented 1 year ago

This could have several reasons. My problem was that I had not yet uploaded an icon. The documentation is really bad...

moradiyajay commented 1 year ago

Any updates on issue?