
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2019 04:52 AM
In having created push Notifications for the ServiceNow Agent mobile app on Madrid, none of the notifications are successfully delivered.
The Push notification log shows them as pending (also, screenshot of the system log included).
After enabling debugging on the specific Mobile Application Scope the following log is triggered when accessing the notifications under 'My Notification Preferences' module:
" Cannot find application because sys_id does not exist: no thrown error"
All necessary plugins are activated and I've also triple checked the configuration of the notifications on my Dev instance in the ITSM mobile app in comparison.
Anyone faced this issue? Any help will be highly appreciated.
Solved! Go to Solution.
- Labels:
-
Now Mobile

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2019 11:32 PM
Update:
Got assisted by the ServiceNow team. The issue was 2 missing records:
- "ServiceNowMobileApp Push" REST Message record ([yourinstance].service-now.com/nav_to.do?uri=sys_rest_message.do?sys_id=ded0e522ff1231009738fffffffffffc)
- and its corresponding "post" HTTP Method record (https://([yourinstance].service-now.com/nav_to.do?uri=sys_rest_message_fn.do?sys_id=e5112922ff1231009738ffffffffff40).
They were installed with the Push Notification plugin but had somehow gotten removed.
Everything is now working as expected.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2019 05:54 AM
Did you review this doc page: https://docs.servicenow.com/bundle/madrid-mobile/page/administer/tablet-mobile-ui/task/sg-mobile-set...

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2019 03:03 AM
Was my original referral document.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2019 01:31 AM
Hi Gloria,
Push notifications are not supported on on-premise instances and simulators, please check same with some public instance and physical device.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2019 12:39 PM
Can you send a screenshot of your push message content? I'm wondering if something is failing in your document ID/sys ID link on line 13 of the expected code.
Also, are you logged in to your dev instance on your mobile app? Sometimes I find that I except to receive a notification from my dev instance but I'm logged into my production instance.