I'm developing my personal mobile application. I've used react native to build the application, and I'm now trying to bring my application on my iPhone X, using Xcode, however, when I'm trying to deploy the application I've got the following error:
Team [My Team Name] is not enrolled in the Apple Developer Program.
Is enrolling mandatory even for testing on personal devices?
Thanks!
What I did is listed below:
- Created a Development certificate
- Couldn't create a Distribution certificate ("Your account does not have permission to create iOS Distribution certificates")
- Build the project correctly
- Set signing of the project (both application and testing) to my Development certificate
- Set scheme to my personal iPhone X
- Click on "Distribute App"
- Try on both, "Ad hoc" and "Development"
The only answer I've got is the error shown above.