简体   繁体   中英

Is it possible to test app on the device without developer program? [Xcode 9.4 - Code Signing Error]

I don't register 'Apple Developer Program', but I want to test the iOS application on my devices.

Is it possible to test the iOS app on my device without registering 'developer program'?

I tried to build the app on my device, but 'code signing error' occurs.

代码签名错误

I changed bundle identifier to the form of com.[myName].[AppName], then it works. I think I can freely use any words for [myName] if it does not conflict.

I refered to iOS 9 new feature Free Provisioning (Run your app on a device, just with your Apple ID, without Apple developer membership)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM