react-native-gcm-push-notification
react-native-gcm-push-notification copied to clipboard
GCM for React Native Android and IOS
Backend service written couple years ago rely on GCM. Is this library still compatible and actual?
hello, dam facing an issue with react)native)gem when app is killer . every thing works fine when app foreground/bacground but when app is killer the app crash when receiving the...
I've been trying to use this package but i get this error. ``` Execution failed for task ':app:transformClassesWithDexForDebug'. > com.android.build.api.transform.TransformException: com.android.ide.common.process.ProcessException: java.util.concurrent.ExecutionException: java.lang.UnsupportedOperationException ``` Here are my build.gradle files: android/app/build.gradle:...
can you guide on what to add on settings gradle and mainactivity because rnpm doesnt work on me thanks
`2016-06-05 21:10:21.730 [error][tid:main][RCTModuleData.m:68] RNGCM has no setter or ivar for its bridge, which is not permitted. You must either @synthesize the bridge property, or provide your own setter method.` After...
I am working on push notification for my app. I followed instructions from documentation. The app notifies me when app is on background but not when app is killed. Am...