id: 12150    nodeId: 12150    type: General    point: 98.0    linkPoint: 1.0    maker: cella    permission: linkable    made at: 2015.09.13 11:36    edited at: 2015.09.14 02:40
how to test an iOS app on devices
There are two methods:
(1) with Apple Developer Program License (99USD/year)
(2) just with Apple ID (free) + XCode 7 (currently beta)

The method (2) is chosen and done as follow:

cf. "Provisioning and Development" page in iOS Developer Library

cf. "App Distribution Quick Start" page in iOS Developer Library

- Introduction
- Setup
-- need apple ID and then
-- apple developer membership: enroll as an individual <= skip this step for development and test only (not distribution)
- Adding Your Account to Xcode
- Creating Your Team Provisioning Profile <= it seems that this can also be done in Preference > Account > View Details
-- code signing error => Clean and Build again
- Launching Your App on Devices <= select device in not Scheme pop-up menu but Product > Destination pop-up menu


Return to 분뢰수 or how to test an iOS app on devices