How to execute expo build without Push Notifications

? How would you like to upload your credentials? Expo handles all credentials, you can still provide overrides

? Will you provide your own Apple Push Notifications service key? Let Expo handle the process

:heavy_check_mark: Didn’t find any previously uploaded Apple Push Notifications service key

:heavy_check_mark: App ID found on Apple Developer Portal.

We’re going to generate:

  • Apple Push Notifications service key

:heavy_multiplication_x: Failed to generate Apple Push Notifications service key

You can have only two Apple Keys generated on your Apple Developer account.

Please revoke the old ones or reuse existing from your other apps.

Please remember that Apple Keys are not application specific!

npm ERR! code ELIFECYCLE

npm ERR! errno 1

npm ERR! @ build-prod-ios: expo build:ios --release-channel prod

npm ERR! Exit status 1

I don’t want to include push notifications in my app!
Related to unanswered question Expo app without push notifications

Expo CLI 3.13.1 environment info:
System:
OS: macOS 10.15.3
Shell: 5.7.1 - /bin/zsh
Binaries:
Node: 12.13.0 - /usr/local/bin/node
npm: 6.13.7 - /usr/local/bin/npm
Watchman: 4.9.0 - /usr/local/bin/watchman
IDEs:
Android Studio: 3.5 AI-191.8026.42.35.5791312
Xcode: 11.2.1/11B500 - /usr/bin/xcodebuild
npmPackages:
@types/expo: 33.0.1 => 33.0.1
@types/react: ^16.9.0 => 16.9.21
@types/react-native: ^0.60.15 => 0.60.31
expo: ^36.0.0 => 36.0.2
react: 16.9.0 => 16.9.0
react-native: https://github.com/expo/react-native/archive/sdk-36.0.1.tar.gz => 0.61.4
npmGlobalPackages:
expo-cli: 3.13.1

It’s not validated until you try to send a notification, so you can pass any(not empty and not too large) file there.

Oh… that is helpful :slight_smile: @wkozyra

Also, I’ve found that looking into my identifier, it had set up Push Notifications on. Because of that Apple warned about a possible issue. Thank you for the response.

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