eclipsesource / tabris-js

Create native mobile apps in JavaScript or TypeScript.
https://tabrisjs.com
BSD 3-Clause "New" or "Revised" License
1.4k stars 170 forks source link

Problem with AdHoc Profile #2181

Open bezkel opened 3 years ago

bezkel commented 3 years ago

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 commented 3 years ago

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

cookieguru commented 3 years ago

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

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

bezkel commented 3 years ago

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.