Search code examples
iosxcodeapp-store-connectprovisioning-profile

Can't submit App with Siri-Capability enabled (ITMS-90163)


I am currently trying to submit my app to the app store and the latest update will add siri capabilities to the app. So in the capabilities tab I enabled Siri, but now my app fails iTunes verification (ITMS-90163) and I have no clue what's wrong here.

enter image description here

The string com.apple.developer.siri is part of my entitlements file, but I guess that needs to be there, right?

I already tried the classic -> clean build... didn't help

There is no provisioning profile to choose for the siri-extension, so don't know where to change anything...


Solution

  • Go to https://developer.apple.com. Select identifier -> tap on your app identifier.

    enter image description here

    1. Enable Sirikit from here.
    2. regenerate your provision profile and install it.
    3. delete DerivedData.
    4. clean your project.
    5. compile again.