Home > database >  How to implement sharing suggestions in iOS Swift?
How to implement sharing suggestions in iOS Swift?

Time:08-26

I am trying to follow Sharing suggestions highlighted

The problem

Although I have followed all the steps as described in the article, my sample app is not showing as a suggested conversation when i try to share something.

Sample code

You can find the sample project on enter image description here

Or, Skip Image like this to make it work:

INImage(named: "") // Tested and working 

One Interesting test, When image name doesn't have space, it works even if image doesn't exists:

INImage(named: "ImageName") // Tested and working 

You can see the working example here: enter image description here

  • Related