Hi ,
I create push notification with push http api, after that i delete created push notification with uuid.
After deleting it still receiving on the device.
Any help?
Hi ,
I create push notification with push http api, after that i delete created push notification with uuid.
After deleting it still receiving on the device.
Any help?
Hii @sutirth_patel , Please check if your push notification path lies in config.xml file
Delete this:
in config.xml
<plugin name="SmsInboxPlugin" value="org.apache.cordova.plugin.SmsInboxPlugin"/> <plugin name="phonegap-plugin-push" spec="~1.8.4"> <variable name="SENDER_ID" value="XXXXXXXXX" /> </plugin>
Hi @MdShuaib My config has this line
<plugin name="phonegap-plugin-push" version="1.8.3" />
Why it required to add above lines in config.xml as you suggested?