I\'ve seen alot about this online (old posts) but nothing seems to work for me. I\'m trying to generate a QR code out of a string and display it in the app.
Here\'s what
Add in the app delegate this line ZXing.Net.Mobile.Forms.iOS.Platform.Init();
before LoadApplication(new App());
and ready ...