I have a QR code image in the format xamarin.forms.image created using zxing. My requirement is to show this QR code on apple watch. this image is saved to a global variable like below
stackQRCode.Children.Add(zXingBarcodeImageView);
App.QRCodeImage = zXingBarcodeImageView
I am trying with wcsessionmanager.But in the UpdateApplicationContext, the image is not getting sent. anyone with solution? What is the simplest way to achieve this?Thanks in Advance.