Is there a way to test the App Store Distribution bundle that's to be submitted to iTunes Connect, on a device, e.g. iPod Touch?
Also, for the distribution bundle is it important to remove the file "Entitlemenets.plist"?
Is there a way to test the App Store Distribution bundle that's to be submitted to iTunes Connect, on a device, e.g. iPod Touch?
Also, for the distribution bundle is it important to remove the file "Entitlemenets.plist"?
You can test the equivalent of the App Store distribution bundle by creating a target identical to the App Store target except signed with an Ad Hoc provisioning profile.
You can run a Distribution build on a device with your Ad Hoc provisioning profile.
(You can't launch it with the debugger though.)
Also, you can submit an Ad Hoc build to the App Store.
This is because both Ad Hoc and Distribution builds are signed with the same distribution certificate. (There is no separate "Ad Hoc certificate".)
Do not remove Entitlements.plist. It must be present.