I'm trying to share my application via AirDrop with UIActivityViewController interface. If I pass an iTunes url, the other user gets a message "X's iPhone would like to show you an app in the App Store." without the app name and icon.
What's the right way to share the app via AirDrop (similar to sharing an app from the AppStore)?
You should look at the AirDrop sample code on how to use UIActivityItemSource. The item you would share is an NSURL, and then you can provide a thumbnail image. You will however not be able to customize the text in the alert on the receiving side.