iOS push notifications problem

Please provide the following:

  1. SDK Version:36
  2. Platforms(iOS):

Recently I build locally my app with turtle-cli but when I install the app using Xcode on my iPad and try to send some push notifications using the Push notification tool from expo, nothing happens, I have tried with the app running in the background, with the iPad screen locked, and the notification never arrives, so I’m wondering if I’m missing something, I even have enabled Push notifications for my app Identifier and configured an apns certificate on Apple developer site.

Do I need to upload the apns certificate to expo servers?, and How can I do that?

finally I found it, there is a command: “expo credentials:manager -p ios”, which allows you to upload,delete or update your different certificates (.p8 for apns key or .p12 for app signing).

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