I am trying to setup pushnotification so I can get the device token to later send push notifications on PHP.
I followed this tutorial https://github.com/phonegap/phonegap-plugin-push and I am still getting the error.
Uncaught ReferenceError: PushNotification is not defined
I am testing on Chrome and Android device. Both of them same message.
Related
I want to add sign in with google to my app and i started following this tutorial:
https://medium.com/flutter-community/flutter-implementing-google-sign-in-71888bca24ed
It works good because i already used it in another app. Thing is that on the new app when i add everything correctly i get an error and it doesn't authenticate. Here is the error i got in the console:
I want to show push notifications for iOS in ionic 3 app.
I am using fcm cordova plugin.
It works for android but not for iOS.
I have uploaded push certificates on firebase for development and production.
When I send notifications from the firebase console i got no error but the message is not received.
When I send notifications via HTTP i got this error 'InvalidApnsCredential'.
Can anyone help?
I am trying to setup Firebase in my Nativescript app(Angular 2- TypeScript). However, It prompts me the error as below.
A valid Facebook app id must be set in the AndroidManifest.xml or set by calling Facebook.setApplicationId before Initializing the sdk.
Why should I provide the Facebook app ID for the start-up?
Any idea?
Much appreciate.
I have resolved by reinstalling the native-script-firebase-plugin without initialized the Facebook's Authentication for this error message "A valid Facebook app id must be set in the AndroidManifest.xml or set by calling Facebook.setApplicationId before Initializing the SDK"
As for the second error message "Google Play Service is required on this device", I just installed and upgraded the Google Play Service on the particular Android Emulator, and it works fine now.
In conclusion, is worth to check the Google Play Service it has been installed and upgraded to the appropriate version or not.
I downloaded the example project from Auth0's website. When I run the project with the ionic serve command the main page pulls up fine, but when I press login it throws the error Cannot read property 'isAvailable' of undefined. I have tried running this app on an Android device and it does work. Any ideas on how to fix this error? Thanks.
#cyberabis is correct in his comment.
ionic serve does not load cordova plugins.
Auth0 uses auth0-cordova plugin which in turn requires:
cordova-plugin-safariviewcontroller
cordova-plugin-customurlscheme
All these require you to run the ionic app in your device or emulator if you want to test the login functionality.
I'm work in Ionic Push Notification App and take the reference of https://www.sitepoint.com/push-notifications-in-ionic-apps-with-google-cloud-messaging/ but in this I can't get Android Device token.
When I request from the server (https://localhost:3000/register) I'm getting 401/Undefined in server console.
Anyone help me out for this.