Notifications.requestPermissionsAsync is not working

hello Guys,
I am trying to use Notifications.requestPermissionsAsync to have access to notifications but in my case is not working. I am trying running iOS using :
const { status } = await Notifications.requestPermissionsAsync();
is returning status always denied and is not showing popup to allow user activate the notifications.
Any one know what could happen in this case?

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