1

I want to build some iOS apps (on XCode) but will not submit them on the Apple App Store. I will submit them on some another mobile store like Cydia. May I build apps in Xcode without an Apple Developer account (no provisioning, no certification,...) ?

pasawaya
  • 11,515
  • 7
  • 53
  • 92
Shinichi
  • 475
  • 4
  • 7
  • 25
  • 4
    I'm voting to close this question as off-topic because [we are not customer support for your favorite company](//meta.stackoverflow.com/questions/255745/). – gunr2171 Apr 17 '17 at 19:56

1 Answers1

0

Yes of course you can. You only need developer account to deploy to App Store and run on a device that isn't jail broken.

chrislhardin
  • 1,747
  • 1
  • 28
  • 44
  • Without a developer account may I have some problem when build app on XCode ? (I am talking about SignCode in building process, build to .ipa include). – Shinichi Oct 28 '12 at 10:30
  • The app is signed with your certificate and provisioning profile that you purchase so it can run on nonjailbroken devices. I could be wrong but on a jailbroken device, you should be able to install anyway. http://stackoverflow.com/questions/9654565/distribute-unsigned-app-iphone – chrislhardin Oct 28 '12 at 11:09
  • More question :) I have build an app with XCode patched by JailCoder. Now I have a .ipa file. Can that file be submit on other mobile store for download and use without problem ? – Shinichi Oct 29 '12 at 02:49