How to implement sharing suggestions in iOS Swift?
I am trying to follow this apple developer article to implement share suggestions in a sample iOS project. I have followed these 3 steps exactly as described Added a share extension in my app. Declared support for the INSendMessageIntent intent…