IOS push notification permission status undetermined

Hey @vglobal,

Could you provide a more complete code excerpt? Permissions.getAsync() returns a promise, so you need the await keyword, as it is used in the docs (e.g. - const yourVariableName = await Permissions.getAsync(Permissions.NOTIFICATIONS)).

Other than that, what platform/device are you running the tests on via testflight? Just checking to make sure since simulators can’t receive push notifications.

Thanks!
Charlie

1 Like