I've been trying to submit an app which has a user-configurable widget for iOS 14. The app has 3 targets:
I actually don't see any other examples online around this. There is only ONE intents extension in the app. What am I missing?
The main app
The widget extension
The intents extension
I actually don't see any other examples online around this. There is only ONE intents extension in the app. What am I missing?
I think I may have found the solution -- the app has been successfully uploaded and I'm submitting it for review as I type.
Solution:
Solution:
In project settings -> main app target, make sure "supported intents" does NOT include your intent which is detailed in your intents extension. For some reason this seems to be leading to the issue.