A
ajsharma
Guest
Hi Bal, Few thing I would like to suggest to try: 1. Verify the Push Notification API Key which you using while making the REST Call should match to the APIKey mentioned at "MobileApp= Push Notification= Settings" Page on Dashboard. 2. There should be a record in Push Notification Database for that registered device. So to confirm that this record belongs to the same device where you expecting the Push Notification to get delivered. I would suggest you to delete the record & re-install the app & start the app on device & check there is new record created in database for that device. 3. I would suggest not to use "deviceID": filter in Push Notification Rest Call by this way you are sending the Push Notification to all registered devices in the database. So I would request you to try with following : {'filter':{'type':{'$in':['A,I']}},'payload':{"badge":'1','message':'test'},"schedule":{"scheduledTime":0,"timeZone":0,"useDeviceTimeZone":"false"},'status':'sent'} 4. Also as Anil Suggested earlier please keep your app in closed state. This way you should get see the record created on Dashboard in "Scheduled Push Notification" page. I would also like to request you to share Push API Key so we can try sending the Push Notification form our side to check if you can receive that way. Regards Ajay
Continue reading...
Continue reading...