Question
Estes
US
Last activity: 23 Aug 2019 8:54 EDT
Suppress OOTB push notifications
Hi All,
We upgraded the Mobile HC version from Proprietary information hidden to Proprietary information hidden and we are observing additional push notification message "Waiting for an external action to finish." whenever the camera functionality is launched. The message was not observed in the HC version Proprietary information hidden.
I could see the reason why it was introduced from the below link. However is there a way to suppress this notification.
https://community.pega.com/knowledgebase/pega-mobile-client-6101
Regards,
Anand
-
Like (0)
-
Share this page Facebook Twitter LinkedIn Email Copying... Copied!
Accepted Solution
Pegasystems Inc.
PL
The notification is displayed on a status bar while user is taking a photo or scanning barcode and there's no option to suppress it.
Pegasystems Inc.
PL
Hello,
It's possible to customize the message as well as disable that feature. Here's the Community article covering this functionality https://community.pega.com/knowledgebase/preventing-custom-mobile-apps-being-closed-android
Estes
US
Thanks for the response.
The changes to the Declare Expression : pyKeepAliveTimeout suppresses only the "App Paused" messages.
Any thoughts on suppressing the "Waiting for an external action to finish." whenever the camera functionality is launched.
Appreciate your help.
Regards,
Anand
Pegasystems Inc.
PL
Does the notification disappear when users return from camera back to the app?
Estes
US
Yes, when the user returns to camera the notification does disappear.
The feature does make sense. But it could confuse the business users with additional push notifications.
Pegasystems Inc.
PL
On the other hand with no notification on a status bar mobile app process may get stopped by OS in order to release memory for Camera app. If that happened all the context e.g. data entered to a form before Camera was launched would get lost. In order to avoid that mobile app has to display the notification badge on a status bar (actually it's not push notification). Due to Android nature showing notification can't be avoided without risking data loss.
Estes
US
Thanks for the additional insights.
But is there a way to suppress this message on camera launch as it can interfere with the popup messages used for assignment etc.
Accepted Solution
Pegasystems Inc.
PL
The notification is displayed on a status bar while user is taking a photo or scanning barcode and there's no option to suppress it.