Search code examples
iphonexcodesubmission

How to submit iphone app in Appstore


I am new to iphone app submission process. My app name is health XY and i gave appdelegate file name as healthAppDelegate.h and healthAppDelegate.m.Can anyone please tell me What name i have to give for Bundle Name, Bundle identifier, Bundle display name, Executable file, Bundle OS Type code.


Solution

  • I suggest you read the Apple docs about this but I'll send you along the way. BundleName = simply your app name BundleID is usually your company name + app name, such as com.yourcompany.healthxy executable file is done for you by Apple, also bundle os type code. Good luck!