App was running fine till 1 hour back. Suddenly it started getting stuck at the opening and shows 1 line error message in logcat
08-31 15:57:54.924 31700-31700/? E/com.facebook.internal.AttributionIdentifiers: getAttributionIdentifiers should not be called from the main thread
That's the only log being shown. There were no changes happened on app
this one worked for me
com.facebook.android:facebook-android-sdk:4.35.0
If it does not help, open android/build.gradle
.
Add next lines
allprojects { repositories { // ... configurations.all { resolutionStrategy { force 'com.facebook.android:facebook-android-sdk:4.34.0' } } }
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With