-
Notifications
You must be signed in to change notification settings - Fork 20
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
Bits missing for a successful installation: update versions, missing repository, missing dependencies #16
Comments
This is amazing! Thanks a lot! This should be pushed to the main README.md page. Along with this, I found few more issues STEP 9:
STEP 10: If you get an error like
Then you have to create a separate gradle file by name
That's it!. It should build after this. UPDATE UPDATE This plugin does not require any change in your UI code. Just replace plugin with your original facebook app name and facebook app id and you are done. Then remove the contents inside UPDATE
I tried everything, like:
@robert4os @gonzaloaune Any answers for this? |
@srameshr , Hey were you able to solve the problem? I am facing the same issue. |
Just use |
ok thanks |
Hi, great plugin! Thanks a lot!
I found the following steps necessary to successfully cli build with your plugin.
Maybe these steps could be automatised during plugin installation? Unfortunately I know too little about Cordova plugins yet. In any case, it would be helpful to mention them in your README file.
Save downloaded google.services.json to platforms/android (i.e. not app or mobile)
Check https://developers.google.com/cloud-messaging/android/client for current Versions
com.google.gms:google-services:1.5.0-beta2
com.google.android.gms:play-services:8.3.0
Add classpath 'com.google.gms:google-services:1.5.0-beta2' to platforms/android/build.gradle
cp plugins/cordova-plugin-gcmpushplugin/build-extras.gradle platforms/android/cordova-plugin-gcmpushplugin/hello-build-extras.gradle
The text was updated successfully, but these errors were encountered: