React-native-fcm: Android app crashes at starting after using the react-native-fcm

Created on 21 Mar 2018  路  8Comments  路  Source: evollu/react-native-fcm

  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)

Most helpful comment

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' } } } }

All 8 comments

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' } } } }

@TarunDas005 Yes i used for resolve this problem https://github.com/evollu/react-native-fcm/issues/857 and after that when my app is launching it's crashes at starting

@manojbhardwaj You need send more information (Log exception)

ok let me check sir

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.

Same issue

@TarunDas005 You saved my life. Thanks :)

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ahmed1490 picture ahmed1490  路  5Comments

prashant-gaurav picture prashant-gaurav  路  5Comments

404sand808s picture 404sand808s  路  5Comments

jitenderchand1 picture jitenderchand1  路  4Comments

mts88 picture mts88  路  5Comments