I managed to fix it for a cricket score app widget that I've developed for cricsmith.com.
I had to embed the intent extension in the containing app to get this working.
Click on main project target -> General tab -> Supported Intents
make sure you add your intent here.
in my app cricsmith's case I had to add 'SelectFavoriteTeamIntent'
Click on main project target -> General tab -> Frameworks, Libraries and Embedded Content
make sure you add your intent handler .appex here.
in my app cricsmith's case I had to add intent extension 'SelectFavoriteTeamIntentHandler.appex'
Hope that helps.
Topic:
App & System Services
SubTopic:
Core OS
Tags: