Original Text:
Dem Nachrichtenverlauf und den Screenshots entnehme ich dass Sie aufgrund der neuen Vorraussetzungen, die ab dem 30.06 gültig sind, Ihre Apps mittels Xcode 11 kompilieren möchten. Doch erhalten Sie beim Kompilieren die Fehlermeldung dass das Provisioning Profil "store" (bzw. "developer") ungültig sei, da es nicht das Zertifikat enthält und ebenfalls nicht die In-App Purchase Capability enthält. Um das Problem zu beheben, haben Sie versucht, die Apps mit neuen Zertifikaten zu kompilieren, ohne Erfolg.
Bei der Überprüfung des neu erstelltem Provisioning Profile "developer", bezieht sich dieses auf die App ID "de.filipposoftware.*". Diesem Identifier fehlt allerdings die In-App Purchase Capability, was somit auch das Provisioning Profile beim Kompilieren einer App mit In-App Purchases invalidiert. Zudem ist die In-App Purchase Capability nicht für Wildcard App Identifiers verfügbar und benötigt eine App Identifiers. Da es sich bei Ihrem App Identifier "de.filipposoftware.*" um einen Wildcard App Identifier handelt, ist es korrektes Verhalten des Systems dass die In-App Purchase Capability nicht verfügbar ist.
Aufgrund dessen würde ich Sie bitten, beim kompilieren Ihrer App ein Provisioning Profil zu verwenden, dass mit einem expliziten App Identifier verbunden ist, welches die In-App Purchase Capability aktiviert hat.
Translated with google translator:
From the news history and the screenshots I can see that you want to compile your apps using Xcode 11 due to the new requirements that will apply from June 30th. However, when compiling, you receive the error message that the provisioning profile "store" (or "developer") is invalid because it does not contain the certificate and also does not contain the in-app purchase capability. To fix the problem, you tried to compile the apps with new certificates without success.
When checking the newly created provisioning profile "developer", this refers to the app ID "de.filipposoftware. *". However, this identifier lacks the in-app purchase capability, which also invalidates the provisioning profile when compiling an app with in-app purchases. In addition, the in-app purchase capability is not available for wildcard app identifiers and requires an app identifier. Since your app identifier "de.filipposoftware. *" Is a wildcard app identifier, it is correct system behavior that the in-app purchase capability is not available.
Because of this, I would ask you to use a provisioning profile when compiling your app that is linked to an explicit app identifier that has activated the in-app purchase capability.