Hello!
Do I need a paid developer account to manually install a SwiftUI app on my iPhone? If not, how do I do it? And also, will the app only be there for 7 days after which it will expire and I need to rebuild it from Xcode?
Hello!
Do I need a paid developer account to manually install a SwiftUI app on my iPhone? If not, how do I do it? And also, will the app only be there for 7 days after which it will expire and I need to rebuild it from Xcode?
What Jackson-G said plus…
Xcode lets you use any Apple ID to test on your own device. In Xcode’s Signing & Capabilities editor this option shows up as Personal Team. This does have significant limitations. For the details, see Developer > Support > Choosing a Membership.
Share and Enjoy
—
Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"
@DTS Engineer It seems like getting a provisioning profile to work without a paid developer account is tricky. Xcode is supposed to assign the temporary certificate automatically but I keep getting an error that says:
"Communication with Apple failed Your team has no devices from which to generate a provisioning profile. Connect a device to use or manually add device IDs in Certificates, Identifiers & Profiles. https://developer.apple.com/account/"
Obviously, without a paid developer account I can't access that page. Any advice?