- Get Help
Back to top
Back to top
This content is closed to future replies and is no longer being maintained or updated.
Links may no longer function. If you have a similar request, please write a new post.
Related content:
Question
Pega sees a Samsung Android Tablet as a Mobile Phone
Question
Pega Sales Automation Business card reader in mobile app
Question
Validate a mobile number
Question
Can Pega Offline Mobile app access lat long when mobile is offline
Discussion
Mobile Application URL per environment
Question Solved
User access in Pega Mobile
Question
Pega Mobile Hybrid Client Android Can't Access HTTPS Link Address
Question
Pega 7 Mobile App to Access an Application
Question Solved
Forbid Mobile Access
Question
Hi,
you can create a native extension or plugin for ios and android platform:
https://community.pega.com/knowledgebase/articles/custom-pega-mobile-client-modules-android-platform
https://community.pega.com/knowledgebase/articles/custom-pega-mobile-client-modules-ios-platform
In such custom module for example on android you can use TelephonyManager API to get for example Sim Card Serial number or other data.
Plase also be informed that Pega Mobile clinet has a Container API accessed via javascript launchbox.Container object
https://community.pega.com/sites/default/files/mobileclient/7410/api/client_api/container_object_container.html
There you can for example use getPlatformSpecificDeviceId
https://community.pega.com/sites/default/files/mobileclient/7410/api/client_api/container_container_get_platform_specific_device_id.html
and get device androidID.
Keep in mind that HC api implementation might change with time and you will have full control on your extension.
Regards,
Aleksander