skip to Main Content

When creating an iOS live activity I get the error:

The operation couldn’t be completed. (com.apple.ActivityKit.ActivityInput error 1.)

2

Answers


  1. Chosen as BEST ANSWER

    One possible cause for this is not having set the NSSupportsLiveActivities property in your App target's Info.plist.

    Even if you have it set in your Widget Extension make sure it's set in your App target.

    It should look like this in Xcode: showing NSSupportsLiveActivities set to true


  2. You will have to add Supports Live Activities to the apps info.plist in addition to the widget’s info.plist

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search