I'm developing an iPad application, and my testers (which don't have a development environment) need to know if the app they are using has Production or Development certificates (this is because push notifications are sent to different servers depending on the certificate being used)
Is there a way to programatically get the current Code Signing Identity and/or Provisioning Profile of an app?
Thanks