-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: Something went wrong #53
Comments
I got this error too. Mizanur, did you found any solution for it? |
Nope
…On Tue, Jun 28, 2022, 1:41 AM Mahmoud Mirghafari ***@***.***> wrote:
I got this error too. Mizanur, did you found any solution for it?
—
Reply to this email directly, view it on GitHub
<#53 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AZPBAVL2BPXQCZ73CNSYAGDVRKGBJANCNFSM5TLVWM7A>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Any update abuot this issue? |
Nope. : |
This comment helps solve it: #33 (comment) |
Issue still continues |
Hello, @iostyle, In our experience with the snapchat_snap-kit-react-native Android native module in Flip, we encountered a common issue related to the "ERROR SOMETHING WENT WRONG, PLEASE TRY AGAIN" dialog message that appears after navigating to the Snapchat app. After thorough investigation, we identified the root cause, which was related to a conflict with another library using a FileProvider definition in its Manifest file. The conflicting provider from the external library looked like this:
On the other hand, Snap Kit required a distinct FileProvider definition:
Notably, the conflict arose from different authorities values while sharing the same name for the provider. Snap Kit obtains its FileProvider using the SnapUtils class:
Unfortunately, we couldn't override this function to create our own FileProvider, which would have been ideal. As a solution, we had to create a custom FileProvider for the conflicting library. Creating a custom FileProvider is a straightforward process. It involves creating an empty class that extends FileProvider and adjusting the name value in the FileProvider Manifest declaration:
In summary, make sure to double-check client ID values during such implementations. We hope this solution proves helpful to anyone facing challenges with sharing content through Snap Kit. |
Issue still exists with 3.0.0 |
I receive the error message when sharing content to Snapchat.
The text was updated successfully, but these errors were encountered: