I seen some answers in google but am not getting proper solution.I am trying to install my ipa file in my iphone but it's stuck on INSTALLING.
Am using Xcode 6.1.1 with iOS 8.1
My iphone is 8.1.2 version
My questions are ?
1. Which profile can i use for deploy ipa file into real device Development or distribution.
2. It is necessary to add real device in to member center for installing ipa file.
3. Before click on archive how can i fill my Xcode Code Signing Identity and Provisioning Profile fields.
- Which profile can I use for deploy ipa file into real device Development or distribution.
===> both devlopment and distribution could use for deploy ipa file
- It is necessary to add real device in to member center for installing ipa file.
===> yes. you must add device udid to profile devices list. follow this link to see how to config provisioning profile
- Before click on archive how can i fill my Xcode Code Signing Identity and Provisioning Profile fields.
==> you could follow this link to archive
or you could follow App Distribution Quick Start