iap

  1. Randy Younger

    Android Question In App Purchase Issue - Always Showing Test Credit Card, Even with Published App

    For some reason, I can't seem to buy my own subscriptions/consumables with a live published app. It always shows test card, and never a real credit card. Is this normal behavior? How am I supposed to know that a real customer is getting what they paid for if I can't run through the same...
  2. Jack Cole

    iOS Question Error getting receipt for in app subscription

    I'm trying to use this code to get the receipt for an IAP. The code was recommended by Erel. Dim no As NativeObject = Product Dim b() As Byte = no.NSDataToArray(no.GetField("transactionReceipt")) I am using it in the MyStore_PurchaseCompleted event. Product is of the Purchase type. I get...
Top