Building iOS APP for App Store

Hi everybody

Before to submit my application to the App Store i need to know a few things:

  1. I need to wrap the application like MAC APP?
  2. how i can check my application directly into my iphone instead using the simulator?
  3. there is a software like APP Wrapper 2 but for iOS?

This is my first time regarding iOS

Thanks to all

Alan

The docs on these topics should help you:

Hi Paul

Thanks!

Paul

one last stupid question:

In the Xojo code signing what should be the " Entitlements"?

Thanks

Entitlements are optional and are used to enable access to things such as GameCenter or iCloud (among many other things). If specified, you provide a plist file with the appropriate entitlements specified as per Apple’s docs.

Paul

Thanks again