Hi
I have a small application that use Xamarin.Forms, I now need to implement InApp purchases for the IOS version. I read about the InAppPurchases component, that I found in the component store, and it seems like I need to implement IPurchaseViewController for my controller. I wonder if this is possible to do?
The idea I have is that when the purchase flow starts I use a servicelocator pattern to hand over the flow and control for UI/logic to some separate code in the IOS project. I'm not 100% sure that I need to implement this interface, but it's still interesting to see how and see if it can be done using Xamarin.Forms.
/lars