Permissions.CONTACTS IOS doesn't work

Hi,

this code :
const { status } = await Permissions.askAsync(Permissions.CONTACTS);

or this code:

Expo.Permissions.askAsync(Permissions.CONTACTS).then(console.log).catch(console.warn);

does not return anything, i’m waiting for the status forever…

I have an Iphone 6s.

I hope someone have some workaround about this

Hey @goinapp,

Can you put this in a Snack so I can see if the same thing happens for me?

Cheers,

Adam

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.