Hi,
After updating to 2.19 I made an iOS build to test IAP.
Everything works and the content is unlocked but the confirmation dialogue always refers to the name string of the first IAP item.
So I'll choose to buy an item with iTunes connect
Reference Name "gty_char_012_eyeball",
Display Name "Eyeball" and buy it, but the device dialogue box shows the
Display Name ("Bear") of Reference Name "gty_char_001_bear".
Every item I buy references "Bear" in the dialogue box.
The reason I think it might be a problem with AppGameKit app-store code is that I never reference that Display Name in code. Its retrieving the purchase for the Ref Name properly but showing the Display Name of item 1. This worked properly last time I checked (AGK 2.15)