Entitlements = development

So I just run: ionic build ios --prod --release, but in xcode, I get this:

Why does it say “development” and what is this actually?

Thank you!

Counterintuitive XCode again:

APS = Apple Push Service (I think)

This is always development and gets switched to Production when you “archive” the project:

You can’t use production certificate in debug/development. When you do and ‘Archive’ Xcode automatically set it to production

So everything is fine :slight_smile: