|
@@ -62,7 +62,7 @@ export const uploadPermissions = () => {
|
|
|
camera: statuses[PERMISSIONS.IOS.CAMERA],
|
|
camera: statuses[PERMISSIONS.IOS.CAMERA],
|
|
|
location_always: statuses[PERMISSIONS.IOS.LOCATION_ALWAYS],
|
|
location_always: statuses[PERMISSIONS.IOS.LOCATION_ALWAYS],
|
|
|
location_when_in_use: statuses[PERMISSIONS.IOS.LOCATION_WHEN_IN_USE],
|
|
location_when_in_use: statuses[PERMISSIONS.IOS.LOCATION_WHEN_IN_USE],
|
|
|
- notification: 'allow'
|
|
|
|
|
|
|
+ notification: 'granted'
|
|
|
}
|
|
}
|
|
|
})
|
|
})
|
|
|
}
|
|
}
|
|
@@ -86,7 +86,7 @@ export const uploadPermissions = () => {
|
|
|
camera: statuses[PERMISSIONS.IOS.CAMERA],
|
|
camera: statuses[PERMISSIONS.IOS.CAMERA],
|
|
|
location_always: statuses[PERMISSIONS.IOS.LOCATION_ALWAYS],
|
|
location_always: statuses[PERMISSIONS.IOS.LOCATION_ALWAYS],
|
|
|
location_when_in_use: statuses[PERMISSIONS.IOS.LOCATION_WHEN_IN_USE],
|
|
location_when_in_use: statuses[PERMISSIONS.IOS.LOCATION_WHEN_IN_USE],
|
|
|
- notification: 'unavailable'
|
|
|
|
|
|
|
+ notification: 'blocked'
|
|
|
}
|
|
}
|
|
|
})
|
|
})
|
|
|
}
|
|
}
|
|
@@ -97,7 +97,7 @@ export const uploadPermissions = () => {
|
|
|
camera: statuses[PERMISSIONS.IOS.CAMERA],
|
|
camera: statuses[PERMISSIONS.IOS.CAMERA],
|
|
|
location_always: statuses[PERMISSIONS.IOS.LOCATION_ALWAYS],
|
|
location_always: statuses[PERMISSIONS.IOS.LOCATION_ALWAYS],
|
|
|
location_when_in_use: statuses[PERMISSIONS.IOS.LOCATION_WHEN_IN_USE],
|
|
location_when_in_use: statuses[PERMISSIONS.IOS.LOCATION_WHEN_IN_USE],
|
|
|
- notification: 'unavailable'
|
|
|
|
|
|
|
+ notification: 'blocked'
|
|
|
}
|
|
}
|
|
|
})
|
|
})
|
|
|
})
|
|
})
|