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.
Can Pega Mobile App access the phone number associated with the SIM card (or cards in case of a dual SIM) in the device and use that in application (e.g. for validation)?
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
There you can for example use getPlatformSpecificDeviceId
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
Pega Collaboration Center has detected you are using a browser which may prevent you from experiencing the site as intended. To improve your experience, please update your browser.