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
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