Is there a standard way to generate a QR code and attach it to a mail item from iOS client app (no server code)?
If you don't mind using public api, here is an easy 10 seconds method. http://goqr.me/api
Just fill in the data parameter, and load the image from the response. Cheers.