• Hey Guest! Ever feel like entering a Game Jam, but the time limit is always too much pressure? We get it... You lead a hectic life and dedicating 3 whole days to make a game just doesn't work for you! So, why not enter the GMC SLOW JAM? Take your time! Kick back and make your game over 4 months! Interested? Then just click here!
  • 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 ios_iap_QueryProducts() empty list

U

Umzard

Guest
Hi everyone!

I have a problem with iOS IAP extension and GMS 2.2.5.

Years ago I configured one inapp purchase product in the App Store Connect Console but my application no longer used this service.

Currently I have configured three new products and the status is "Ready to Submit".

I have created a tester account (sandbox), integrated purchases are enabled and I have checked the availability box.

I've been working with Mark Alexander's tutorial (iOS and tvOS: Using The IAP Extension) but i have a problem with ios_iap_QueryProducts().

var _plist = _map[? "valid"] is empty and _map[? "invalid"] is full.

Bundles ID are ok and i dont understand what happen.

However I have created a new project with the same features and a different Bundle Id.

I have also created a new purchasing product. I've only created one because since I haven't uploaded the binary I still can't create more. In this second project with the same code everything works fine.

How can I fix this bug?

Can i test new IAP products if I have others in status "Ready for Sale"?
 
Last edited by a moderator:
Top