I have a problem regarding running my application with a Distribution certificate. The application will work fine with a Development certificate on my iPod Touch. Once I change the Code Signing Identity to a Distribution certificate and specify an Entitlements file, the application crashes on launch. Is there anything I can do to correct this? Thanks in advance!
Unfortunately, because it keeps crashing, Apple will not approve the application.
MN
2010-06-13 04:12:34
You can't run with the distribution certificate. It has to be uploaded and approved by Apple and then downloaded from iTunes store before you can run anything that is signed with a distribution cert. Does it crash for Apple reviewers?
progrmr
2010-06-13 04:42:19
Yes, it crashes for the reviewers. It also kept crashing when I signed it with an ad-hoc distribution certificate. It should be allowed to work with the ad-hoc because I believe that's meant for distributing to others for testing.
MN
2010-06-13 15:52:28
Then you need to figure out why it's crashing. However, you'll have to do it without the distribution certificate, as that is only for submitting to the app store.
jer
2010-06-13 16:38:24