Print Magic is now the only true wifi printing application for the iPhone. Using our latest patent pending print wizard in the PM app will automatically increase user's ability to print wireless anywhere.
Print Magic has opened itself for all Apple Developers to incorporate our API into your App for your customer's printing needs.
Developers need only to do two things:
1. Place something that Print Magic supports on the pasteboard, such as an image (JPEG, PNG, TIFF) or Text. If the text is in form of a URL, Print Magic will load it as a web page.
2. Launch Print Magic by using something like the following code snippet, then substituting your app name for "MyAppName.":
BOOL printmagicexists = [[UIApplication sharedapplication] openURL:[NSURL URLWithString:@"printmagic://Myappname"]];
if(!printmagicexists) {
//put up an alert asking user to install Print Magic,
//along with a button that takes you to the Print Magic page on iTunes (http://itunes.com/app/PrintMagic) }
Now Return to your App after printing starting V2.0.1:
THAT IS ALL YOU NEED!
Copyright 2011 Wellala Inc.. All rights reserved.