We have developed a Mac app using Unity, so we don't have a Xcode project. However, we made a build and uploaded to iTunes Connect signing with an Application Installer certificate. Submission was successful, and is for release.
Now, we want to test before release. How can we do distribution for Beta Testing?
Things I have tried so far:
Following the Apple documentation, created some internal and external testers. But can not assign them the app for testing because the pre-release section is not found in the new layout of iTunes Connect as suggested in the Apple docs.
Tried signing the app with the Developer provisioning profile with all the devices added from Member Center and signed with the Developer certificate.
- Can not open the app after installing from pkg.
- Can not upload the app using Application loader. It throws an error 90238:
Invalid provisional Profile: Missing code signing certificate.
But the Apple docs say that until you upload a build with a provisional profile with all the devices attached to it, devices won't populate, and you can't assign the testers.
Reference links:
https://developer.apple.com/library/mac/qa/qa1884/_index.html
Please guide us through this?