-
Notifications
You must be signed in to change notification settings - Fork 340
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
app won't init #15
Comments
Yeap I'm having the same problem, any fixes? @DennisAlund @suryaoddbit |
@raulbro not yet, I tried several tests, but all failed =/ |
@JulioBoffo @DennisAlund @suryaoddbit Oh okay =/, lmk if you find anything, I will do the same. Looking at this issue #14 looks similar but ended up being an issue from another plugin. |
@raulbro
just below the array of CFBundleURLTypes. |
Sorry for late follow up. Have been preoccupied. @JulioBoffo I'm not sure if I am reading wrong, but your code snippet looks like the one on the documentation on how to configure. Am I missing something that is different? |
@JulioBoffo Yeap I added those lines for iOS as the instructions show. Still having same error on android MacOS environment, any suggestions @DennisAlund ? |
Can you try to use the plugin in isolation, without other plugins that might interfere? Just to narrow down where the cause of the problem is. If you can run it in isolation, you can add in other plugins to see if there's another plugin that's causing the violation (as some other bug reports were the case) |
Hi @DennisAlund , to work on ios, i didn't put some lines that were in the documentation, because when i put them all, the app didn't build. These were the lines I ignored:
About the test you asked us to do (use the isolated plugin), I already tried that. I downloaded your example from here on git and tried to build it, I had the same problem described on the 2 platforms. Any more suggestions? Thanks. |
Thanks for the information. I'll have a look if our own applications are having some different setup that differs. |
Guys, I managed to solve it here. I moved the
out of my app activity.
With that built so much debug when release and we can already see the logs on the Facebook portal. I hope I helped, thanks! |
Yes, that's right. The <meta-data
android:name="com.facebook.sdk.ApplicationId"
android:value="@string/facebook_app_id" /> Should be outside the Thanks for sharing. |
Hello,
I implemented the plugin and followed the instructions indicated (I added the instructions in the manifest and info.plist), after building the app, it presents the following error when I try to open:
Error connecting to the service protocol: failed to connect to http://127.0.0.1:62560/snSHEWFtsLw=/
Can you help me?
Thanks.
The text was updated successfully, but these errors were encountered: