-
Notifications
You must be signed in to change notification settings - Fork 1.9k
phonegap-plugin-push ionic 1 can't receive notification #2069
Comments
@S3r3n4 what does your payload look like? What do you see when running |
hi, thanks for your reply! 11-22 17:33:09.873 8389 8407 D SPPClientService: PushLog.txt file is not deleted. |
@S3r3n4 Yeah, so you are getting the registration ID fine. What logs, if any do you see when you send the push to the device? Also, I need to see your payload. |
I had try to catch the log when notification arrives on device but adb logcat |grep Push not write log. |
@S3r3n4 how are you sending the push. |
I use the website connected to old app, I send a message from website. |
@S3r3n4 I'm not getting the necessary info I need in order to help you. Without more information they only think I can guess at is that your app is registering with a different project than the website is setting pushes to. |
Hi, 11-27 10:13:10.661 1108 1108 I GservicesProvider: Gservices pushing to system: true; secure/global: true What can I do to resolve the problem? |
I had tried with adb logcat only and about firebase it gave me:
But the app registration is successful... |
To use phonegap-plugin-push I need install also cordova-plugin-fcm? |
@S3r3n4 no, in fact that would be really bad as the two plugins would conflict with each other. |
Ok, thanks so much, what can I do to find the reason of crash of my app? |
Hi, |
This thread has been automatically locked. |
Reproduce Scenario (including but not limited to)
Hi everybody,
I'm new to use phonegap-plugin-push with ionic v1, I am finding this problem: when I send a notification my device does not receive it. The registration part works and I get the device tocken, but after that I don't receive notifications or errors when I send a notification by server. I'm sure the server sends a correct notification.
Platform and Version (Android 6.0 )
Cordova CLI version and cordova platform version
Plugin version
Sample Code that illustrates the problem
my code:
app.js
config.xml
pakage-json
Thanks in advance!
The text was updated successfully, but these errors were encountered: