Logging Purchases
See the iOS integration instructions for in depth discussion of revenue tracking best practices and interfaces.
Xamarin C#
1
Appboy.SharedInstance ().LogPurchase ("myProduct", "USD", new NSDecimalNumber("10"));
Implementation Example
You can see user properties being set in the sample application’s EventsAndPurchasesButtonHandler
method inside AppboySampleViewController.cs
.