iOS App store provisionning profile not recognized

Hi 

Yesterday (the 20th) I generated an iOS AppStore provisionning profile on the Apple dev website, and it appears as being an “Apple distribution” provisionning profile and not an “iPhone distribution” profile as previous ones would be.

This means that when building the simulator does not recognize it as being valid because it’s looking for “iPhone distribution” and refuses to build a public build.

(PS: I’ve already submitted a bug report to this effect, but I was wondering if anyone had workarounds) 

I just made a new Provisioning Profile and I was able to build with it.

Rob

Does the provisionning profile appear being an “Apple distribution” one in the simulator dropdown ?

The text to the left of the () is what I added. The part in the () is the App Name. To the right of the () it says iPhone Distribution

Rob

Ok, to the right of mine it says “Apple Distribution”, but I generated it from a client’s account, which was recently created, maybe that has something to do with it… 

I think I know what is going on. It’s at the certificate level that’s causing the problem. Look at this:

You can see that there is an Apple Distribution and an iOS Distribution one. 

The Apple “makes sense” since you can use one certificate for iOS and macOS and it looks like they’ve lumped tvOS into it. So one certificate works for everything. As opposed to how it used to work where the iOS certificate covered iOS and tvOS and macOS was a separate certificate.

Corona doesn’t appear to recognize the new “Apple” certificates. Your workaround is to generate a new Certificate and Provisioning Profiles that use the new Certificate as the iOS type (or macOS if that’s what you’re doing).

I’ll ask Engineering to look into it.

Rob