I’m having a problem with the Apple IAP using the store library.
I have setup (2) purchase options that are consumable. When I go to test the purchase using a test account listed in my iTunes account, the call goes out to Apple to make the purchase and comes back calling the storeTransaction call. In the return call the event parameter keeps coming back as nil, there is no information being passed back. The last app I published was about 6 months or so ago using this same code but for some reason with the newest build no info is passed. I am using storyboard and don’t know what could be causing the issue.
Both consumable products are listed in my app listing and the id is being passed to the apple purchase call.
No. The data being returned is a block of C memory and not a Lua table, so we can’t easily dump it with one line. event.transaction isn’t nil, so you’re probably going to have to print out the values by hand.
Try looking at this and printing out all these values:
No. The data being returned is a block of C memory and not a Lua table, so we can’t easily dump it with one line. event.transaction isn’t nil, so you’re probably going to have to print out the values by hand.
Try looking at this and printing out all these values: