tabris-js icon indicating copy to clipboard operation
tabris-js copied to clipboard

Problem with AdHoc Profile

Open bezkel opened this issue 4 years ago • 3 comments

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.

bezkel avatar Jun 10 '21 08:06 bezkel

So for now I will use this: devTools.hideUi() I think this will also work for my requirements.

bezkel avatar Jun 22 '21 09:06 bezkel

Please be aware that debug versions can not be submitted to the app stores

https://docs.tabris.com/latest/build.html

cookieguru avatar Jun 22 '21 09:06 cookieguru

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.

bezkel avatar Jun 22 '21 10:06 bezkel