This thread was migrated from an old forum. It may contain information that are no longer valid. For further assistance, please post a new question or open a support ticket from the Customer Support portal.
I need to get IMEI number for an android mobile. So i added READ_PHONE_STATE in visualizer settings, But i am unable to get the runtime perimission alert in >=6.0 version for android mobile.
I saw what you sent Every thing working like kony.os.RESOURCE LOCATION,kony.os.RESOURCE_CAMERA,kony.os.RESOURCE_PHOTO_GALLERY,kony.os.RESOURCE_CONTACTS, kony.os.RESOURCE_CALENDAR,kony.os.RESOURCE_EXTERNAL_STORAGE these are all working fine. But I need READ_PHONE_STATE. it not able to enable the runtime permission please help me this.
I tried kony.os.deviceInfo().uid it's getting only one IMEI number but I using dual sim and I want to validate both the IMEI number in validation time and I tried kony.os.getDeviceId(0),and kony.os.getDeviceID(1) it's getting two IMEI number if device has dual sim and when I'm going to test in 4.4 device version that time single sim mode it's not working.