The activity plugin takes a text message, an image and a URL. Not every activity can use all of them. I doubt the activity plugin would print a link (if it did, it’s just going to be text.
On the iPad, the box that lets you select the printer has to have a point where it radiates out from. When you use “presentFromBarButtonItem”, it’s expected that you are using a native Button Bar to drive this. There is an option to use: presentFromRect instead. In this case you just need to create a CGrect object (doens’t have to display anything). Maybe something like:
Hi Rob, Thanks for the reply, I got that, but in option with presenrFromRect there is one more parameter I.e inView. What shall be mention there? I am sorry actually I new with native coding. Regards Varun