Expo Notifications tools - insufficient permissions to send push

SDK Version: “~42.0.1”
Platforms(Android/iOS/web/all): IOS

Hi!

I implemented push expo push notifications. I receive notifications when I schedule notification in my code but when I want to try it with expo notification tools, I have this error:

Capture d’écran 2021-10-19 à 15.34.55

I need additional configuration?

ps: on expo go not standalone app

It looks like you’ve enabled push security for this project: Sending Notifications with Expo's Push API - Expo Documentation

Ah, yes, I got it :slight_smile:
So just need to enable it for production?

It’s already enabled, you need to pass the token to authenticate the request

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