Runtime Permissions
1 min
if you intend on capturing geolocation for transactions, you will need to request location permission at runtime in addition to the permissions declared in configuration docid\ h18 v1clry140imrfldm this can be achieved using the corelocation api https //developer apple com/documentation/corelocation , or by using the locationhelper class from the torosdk let permissiongranted = await locationhelper requestlocationpermission()
