I am using the latest update to the local build server and Xcode 11. When connected to a real device, using the development profile, I get the following error:
Provisioning profile "development" doesn't support the In-App Purchase capability
The trouble is that I am not using iStore with this app. It's not that big of a problem since it works fine when I target the simulator.
1. You can create a development provision profile based on the same identifier.
2. Note that in most cases there is no reason to use a development certificate at all. Only use a distribution certificate.
Good to know. Thanks for the info. I set it up with a development provision profile connected to the app identifier (instead of the wildcard identifier). Works fine now.