tabris-js
tabris-js copied to clipboard
Problem with AdHoc Profile
Hi.
I could not build a ios app with an adhoc profile.
It fails and throw an error at the end (the build runs through):
error: exportArchive: Provisioning profile "[secure]_ios_adhoc_202106" is not an "iOS App Store" profile
It works with an development profile with Debug on.
I tried the adhoc profile also with debug on, but it also failed (i expected that):
error: exportArchive: Provisioning profile "[secure]_ios_adhoc_202106" is not an "iOS App Development" profile
Seems like the cloudbuild only accepts develop or appstore profiles. What can I do? Have I choose something special if I want an adhoc app?
I want to test the app on some devices without debug and use diawi for rollout.
So for now I will use this:
devTools.hideUi()
I think this will also work for my requirements.
Please be aware that debug versions can not be submitted to the app stores
https://docs.tabris.com/latest/build.html
I know. I only use this for testing. To go to the store I will use a App Store Profile. My special requirements are only for Testing on some devices with rollout by diawi on devices are included in the profile.