<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>29 Mar 2019 07:33:45 Z</lastBuildDate><pubDate>29 Mar 2019 07:33:45 Z</pubDate><description>Hello,&#13;
&#13;
I have an app which is working properly in most of the mobiles.&#13;
&#13;
But yesterday I got a complain from two users that the they is not getting any push notification.&#13;
&#13;
One of the user who has complained is using Samsung Note 8 and the other one is using Panasonic phone.&#13;
&#13;
On further investigation I observed that on both these phones are not getting registered with Google's GCM.&#13;
&#13;
The code I am using is: &#13;
[code:wl]&#13;
//Register for Notification Here&#13;
NotifPushEnable(ActivatePushNotif,notifPushAllNotif)&#13;
NotifPushProcedure(ReceivePushNotif)&#13;
//=======================================&#13;
PROCEDURE ActivatePushNotif(bufIdentifier is Buffer, sError is string)&#13;
&#13;
sRegURL is string&#13;
&#13;
IF InternetConnected() = False THEN&#13;
	RETURN&#13;
END&#13;
&#13;
IF Length(bufIdentifier) &gt; 0 THEN&#13;
	//Call remote Script to sinder the PhoneID in DB  &#13;
	sRegURL = "[XxXxX.XXX];&#13;
	sRegURL = StringBuild(sRegURL,bufIdentifier)&#13;
	&#13;
	HTTPRequest(sRegURL)&#13;
ELSE&#13;
	// Returns the error returned by the service&#13;
	Error("Registration error: ", sError)&#13;
END&#13;
[/code]&#13;
&#13;
Is there any setting which we can change on the phone to get Push Notification to work as expected?&#13;
&#13;
TIA&#13;
&#13;
-- &#13;
Yogi Yang</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/67000-wm20-push-notification-does-not-work-all-mobiles/read.awp</link><title>[WM20] - Push notification does not work in all mobiles</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster></channel></rss>
