Issue
I want to install flutter app on iphone physical device. I have one confusion about apple id whether we need same apple id on both xcode and device or we can install on any iphone device.
Solution
Short answer is No.
we don't need the same apple id on Xcode and device you are running the flutter app.
Xcode: We required a Team id(apple id or developer certificate, which is generated from the apple developer account and make sure you have the same bundle identifier on Xcode and developer certificate).
iPhone: We can install app of any iPhone having different apple id.
- Click on Trust button that pop up for the first time
- Next after build Go to Setting-General-Click on Team id-Click on Trust
Next time we can run from flutter IDE itself in release mode or debug mode.
- for debug mode : flutter run
- for release mode : flutter run --release
Answered By - G H Prakash
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.