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,...) ?
            Asked
            
        
        
            Active
            
        
            Viewed 1,277 times
        
    1 Answers
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
 
    