iphone - Verifying a release builds -
My projects reference static DLLs I've made These projects are set up to ensure that there is a similar build phase . Meaning, if I create a simulator / debug, then there will be an up-to-date simulator / debug build in the static library. I can verify that in addition to device / release my app works fine is there a way to verify the device / release? It's like throwing it on the wall without any verification.
Release the configuration to create my recommendation with your development profile, and create a new distribution configuration The configuration should be similar to the release configuration, except that it uses your distribution caterers to sign instead of your development certs.
To do this, just go to your project settings, go to Configuration tab, and duplicate release configuration, then rename to distribute duplicates. Then go to Build tab, distribute the configuration from the drop down, and select Change code signing recognition to use your distribution certificate.
Now you are ensuring that the output of two configurations is the same for the code signing step. If you create the settings in the future, make sure that all the settings are the same. Delete and re-create the delivery profile for
Comments
Post a Comment