Franco Pagella
Franco Pagella

Reputation: 128

Undetermined permissions on expo notifications

Im building an app on EXPO and react native, and im trying to configure notifications. Im trying on the expo app on an actual iphone, and i get "undetermined" permissions.

enter image description here

Upvotes: 1

Views: 1103

Answers (1)

Manju JK
Manju JK

Reputation: 393

This is possible in two situations.

  • If we run the project in simulator or
  • If we don't have proper notification's setup like configuring .p8 or .p12 files

Following thread may help you more :
https://forums.expo.io/t/ios-push-notification-permission-status-undetermined/19395/3

Upvotes: 2

Related Questions