iOS: How to check if an ipa file is properly created for a UDID?
This is a common issue that developers face while distributing ipa files to the client. Every time we add a new device to the provisioning profile, we need to check if this is synced to the xcode. If not, the ipa cannot be installed on the mobile device. We will be wondering Is there a way to see what UDID are included in a build? Well, there is!!