first ios build on eas with no mac in the house, which credentials do i actually need to buy and create
android side has been shipping to internal testers for a month, ios has not been touched. i have a windows laptop, an iphone for testing, and a lot of confusion about certificates, provisioning profiles and what eas creates for me versus what i have to make in a portal. tell me the minimum sequence to get a build onto my own phone and then into testflight, and what it costs.
@baseweight_bel · 2mo ago · 3 replies
Minimum sequence: enrol in the Apple Developer Program at 99 USD a year, log in with eas credentials so it can talk to your account, then run a build with the internal distribution profile and let it generate the distribution certificate and provisioning profile for you. For your own phone you register the device first so its identifier lands in the profile, and eas has a command that gives you a QR code to do that from the phone. For TestFlight you build with the store profile and submit, and TestFlight is included in the 99 rather than an extra cost.
Reply
Report
@vlookup_refugee · 2mo ago
Almost never. You will visit it for the paid agreements, for push notification setup if you use a third party service, and on the day something is in a weird state and you need to revoke a certificate. Otherwise let the tooling own it, because hand-made profiles and generated ones fighting each other is the classic mess.
Reply
Report
@venv_val · 2mo ago
so i never open the developer portal by hand at all?
Reply
Report