Swift
Swift

Reputation: 1182

Is it necessary to create provisioning profile from paid developer account to test app in real device?

Paid developer account in one mac and xcode in other mac.. so can i test app in real device connect iphone with USB to mac with normal apple account.

if i cant test app with normal apple developer account(without paid apple developer account) then what i need to create from paid developer account for test app in real device and to create IPA file..

can i create provisioning profile in one mac and that profile can i install in xcode which is in other mac.

Please help me in the above three questions.

Upvotes: 0

Views: 2985

Answers (2)

mohit kejriwal
mohit kejriwal

Reputation: 1835

No, you don't need to pay 99$ just for testing/running your app in your device via USB. This blog gives step by step detailed and updated flow of installing development apps on real iOS devices for testing purpose. Have a look. Hope it helps. Thanks

Upvotes: 1

Sharad Paghadal
Sharad Paghadal

Reputation: 2154

I'm not sure on your questions, but I think you want to share your app with your friend / client to test with normal account.

If this is the query, you can do that.

Follow this link and make IPA file.

https://medium.com/mλgnξtλr/how-to-export-a-ipa-file-from-xcode-without-a-dev-account-bac8b2645ad3

After that you can install that by using cydiaimpector on any PC/Laptop

Upvotes: 1

Related Questions