Is there any way to test in code about which certificate is using? (Development provisioning profile or distribution profile?)
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Open terminal and go to the folder where you have stored the .app file.
Then write below command.
$ codesign -d -vv YOUR_APP_NAME.app/YOUR_APP_NAME
It will print information like below.
Check Authority. If it has iPhone Distribution, its signed with distribution profile else developer.