Skip to content
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

Android app crashes at starting after using the react-native-fcm #861

Open
manojbhardwaj opened this issue Mar 21, 2018 · 8 comments
Open

Comments

@manojbhardwaj
Copy link

manojbhardwaj commented Mar 21, 2018

  1. What version of RN and react-native-fcm are you running?
    I am using latest react-native-fcm
  2. What device are you using? (e.g iOS9 emulator, Android 6 device)?
    Android 6 device , Android 7 device (Both device)
@ewu-tarun
Copy link

ewu-tarun commented Mar 21, 2018

Add config in android/build.gradle

allprojects { repositories { configurations.all { resolutionStrategy { // Add force (11.4.0 is version you want to use) force 'com.google.firebase:firebase-messaging:11.4.0' force 'com.google.firebase:firebase-core:11.4.0' force 'com.google.android.gms:play-services-gcm:11.4.0' } } } }

@manojbhardwaj
Copy link
Author

@TarunDas005 Yes i used for resolve this problem #857 and after that when my app is launching it's crashes at starting

@sy92th
Copy link

sy92th commented Mar 21, 2018

@manojbhardwaj You need send more information (Log exception)

@manojbhardwaj
Copy link
Author

ok let me check sir

@iuraya
Copy link

iuraya commented Mar 26, 2018

I'm facing the same problem. My output from adb logcat is:

com.google.android.apps.gsa.shared.exception.GsaIOException: Error code: 393238 | Buffer overflow, no available space.

@sy92th
Copy link

sy92th commented Mar 26, 2018

@stanshivam
Copy link

Same issue

@Madhavan-reactiveworks
Copy link

@TarunDas005 You saved my life. Thanks :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants