Time: 5 min
open iOSJumpstart.xcworkspaceSelect iOSJumpstart target in Xcode.
Targets → iOSJumpstart → General
- Bundle Identifier:
com.yourname.iosstarter- Must match the Bundle ID from Apple Developer Portal
Signing & Capabilities tab:
- Team: Select your Apple Developer account
- Automatically manage signing: ✅ Enabled
Xcode will auto-generate provisioning profiles.
Ensure these are enabled:
- ✅ Sign in with Apple
- ✅ Push Notifications
- ✅ In-App Purchase
If missing, click (+) Capability and add them.
Info tab → URL Types should have:
iosjumpstart
This is for deep linking. Already configured in the template.
- Bundle Identifier matches Apple Developer Portal
- Code signing configured with your team
- Capabilities enabled: Sign in with Apple, Push, In-App Purchase
- URL scheme exists for deep linking
- Build succeeds (⌘B)