Hello,
I installed the pd Android FCM Push Notification PlugIn and followed the demo video.
I can subscribe my android devices and see them in the list. I also added the server key from the firebase console (Cloud Messaging API (Legacy)).
But neither in your App, which I installed on my phone and my app, I receive Push notifications.
If I send a notification directly from firebase to my app, its working fine.
Do you have any idea, what could go wrong here?
Hi,
I want to use your plugin, but the documentation is outdated.
I can’t unsubscribe from the notifications, always got {"status":"error","message":"user email or token does not exist"}
even I copy all the fields from the All Registered Devices page
Please help to solve this
For unsubscribe the link is not https://yoursite.com/wp-json/pd/fcm/subscribe
the correct one is https://yoursite.com/wp-json/pd/fcm/unsubscribe
The parameters changed also, you need the following ones:
Notice: Trying to access array offset on value of type bool in /home/milmitir/public_html/wp-content/plugins/pd-android-fcm/functions/func_fcm_publish.php on line 56
]]>Hi,
I am using this plugin to integrate in my custom app in android & iOS. My scenario is the website is woocom when new products published it should get notification to users. so when user install at that time it should subscribe by default so how do i set it? i mean what params need to set. pl advice.
Thanks
]]>Hi,
I sent a request to subscribe on products using postman
https://senglobalstore.com/wp-json/pd/fcm/subscribe?api_secret_key=QIfKCknAckxFz4vVRLF!lkh%26&user_email [email protected]&device_token =AAAA-g6NbZA:APA91bGlPRUE9vem8dMB4fbumemVhqAzSOLvZkdL5OZ7JevgLzMcCMdZQCz8335-wD-u6qk_3uFbPoWsezWsCZ_dePfO0iH_a8xEgl11MxURGaLwU2b4flyfcZ_eA0DKwBbZbLWpJMZj&subscribed=bijoux
The api key is the key generated by the plugin
Device_token is the server key given by firebase console
Subscribed parameter is the slug of the categegory.
I got this response
{
“status”: “ok”,
“message”: “device token registered”,
“registered_id”: 1990
}
But when i create a new product, there isnt a notification sent.
Any help
Regards
Can you add support for FCM topics ?
This would allow all notifications to be sent with a single request and no need to register the tokens ourselves in the wordpress database. This avoids duplication and performance problems when there are hundreds of registrants. It’s certainly easy to implement, what do you think about that?
]]>I am using Android volley json request but it’s not working. To test the API I even tried to use it in postman client there also it is returning required parameters missing. Could you please help me with this.
]]>In my app, where in the source code do I insert the key “pd Android FCM API KEY”, as in your example?
I didn’t find it in the documentation.
]]>Thanks for sharing a great plugin.
———
Posts(type=post, the_content) written in Korean do not display properly.
(English works well.)
See the image below.
]]>Hello,
Is there a way to register more subscriptions with the same token device?
Currently if I send two different subscriptions to the same device, I get an error message saying that I am not allowed.
Will there be a solution to send different subscriptions with the same token device?
]]>Hey I have just downloaded the plugin on a fresh wp site.
and installed your plugin and did all the steps mentioned in the docs and video.
he problem is that when I add a new device and set some category for it in “All Devices” section under “Subscribed To” column the cells are empty “__” .
there for when I go to “Push Notification” section the category tab that should be shown on the left is also not shown!
hope I can get some help!
Thank You For Your Efforts!!
]]>Hi,
I am testing the plugin using the test app. I have tested on two different devices (OS version 9 and 10) but I don’t get any notification at all. I have tried custom push notifications, new posts, product or order updates. can you please help?
Thanks.
Hello! Big thanks for this plugin. I have done my android app as shown in documentation. Unfortunately my device doesn’t get notifications, but why I don’t know. So can you help me with it. Thanks for attention!
]]>Hello. Im not sure how to find about some parameters for suscriber .
api_secret_key : this parameters is in plugin UI say “pd Android API key ” in 1.38 minute of video
https://youtu.be/_fffaw9fFwY Or this value is device_token ?
Where is device token ?
Please can you explain the parameters for suscriber to API in detail in relationship with the UI plugin names .
Regards
Cristian
Hi, i’m using retrofit to request url subscribe and i get error message requrst uri too large. How to fix this problem?
]]>I have filled out all the necessary parameters, user_email, device_token and subscribed. But still get an error message “required parameters missing, please read the documentation!” Of course I have read the documentation.
]]>Hi, thanks for your great plugin.
I would like to know if it’s possible to get the source code (github repo) of the android demo app you show on the video tutorial (https://www.youtube.com/watch?v=_fffaw9fFwY)
I try to connect the plugin with my android app but not sure how to do this. The source code of the demo will be very helpful.
Thanks
]]>Where to add code to subscribe or unsubscribe? Please add clear documentation/installation guide.
]]>