Hello All,
I have to implement googlemap as of what i have done in B4A. In B4A, we need to request user permission as such :
How can i have the same in B4i... as i observed that there is no permission request from user in IOS. IOS don't require permission for googlemap to run?
I have to implement googlemap as of what i have done in B4A. In B4A, we need to request user permission as such :
B4X:
rp.CheckAndRequest(rp.PERMISSION_ACCESS_FINE_LOCATION)
Wait For B4XPage_PermissionResult (Permission As String, Result As Boolean)
How can i have the same in B4i... as i observed that there is no permission request from user in IOS. IOS don't require permission for googlemap to run?