• Hello [name]! Thanks for joining the GMC. Before making any posts in the Tech Support forum, can we suggest you read the forum rules? These are simple guidelines that we ask you to follow so that you can get the best help possible for your issue.

iOS YYG Apple IAP's extension issue on iOS

brian

Member
Hi y'all,

I've run into a strange issue regarding iOS development utilizing Yoyogame's own Apple IAP extension (found here: https://marketplace.yoyogames.com/assets/8594/apple-iaps )
The majority of the functions in this seem to work as intended - it can trigger a purchase, receives an IAP async event back, all of the data seems to come back to the app correctly.

However, the ios_iap_ValidateReceipt function seems to have an issue... It always returns not validated or undefined, and in digging in deeper, seems to not exist in the extension at all.
See log output (the top and bottom lines are my own debug output, middle is what happens when this function is called)
Screen Shot 2021-10-14 at 1.24.53 PM.png

Has anyone run into this before?
 

brian

Member
I did 26 sept an update to my app and there IAP´s work and i use v1.0.2 of apple IAP´s (which had some bugs, but you could fix them urself --> https://forum.yoyogames.com/index.p...ntifier-uidevice-verifystorereceipt-mm.85216/ )
Hey @Mool - thanks for the tip... Unfortunately there doesn't seem to be a way to download 1.0.2 now that 1.0.4 exists (unless you'd be able to share that file with me!).
I'll do some more poking around - it seems like at least the bug linked to has been fixed, but unsure of what's causing my issue still :/
 
Top