can I run my iOS app on a physical device without ...
# multiplatform
r
can I run my iOS app on a physical device without buying a provisioning profile certificate during development? once I implemented google sign in, it started asking for the certificate when I run on physical device, while it works just fine on an emulator so is there a debug/development certificate that I can get?
👌 2
j
I think you can just use a personal apple account to deploy on physical devices
r
Apple developer account? Cuz it asked me to pay 99$ just to create it, and apparently the certificate comes with it
j
Every Apple ID can be used, no separate developer account necessary: https://developer.apple.com/forums/thread/71283
r
hmm, good point, alright let me try
If Xcode won’t let you use the Apple ID as is, log in to the developer web site with that Apple ID and then try again in Xcode
can be this the issue, now i’m logged in to apple developer, let see if it works
worked!
thanks 🙏