- Home /
Other
Using Codeless IAp and Defining products
I have already put the IAPs into the IAP section on App Store Connect and set the prices and so on. Now i am in the IAP Catalog and it is asking me for all this information.
Now, does this information have to be in some way linked to the information i have already put into App Store Connect or is this a separate thing.
Also I am in England but i have no option in the IAP Catalog to put in £ instead of $, so will it automatically amend the currency depending on the users region? Also if anyone can find a good tutorial to help with this stuff that would be amazing.
Answer by Divinitize1 · Aug 14, 2019 at 12:12 AM
I haven't dealt with Apple stuff before, but for Android, you set the prices on Google play dashboard, then inside the catalog is an option "Store ID Overrides" inside there put in your code from Wherever you defined your prices, assuming App Store Connect.
To be honest i gave up on Codesless half way through because i had issues with restoring purchases etc, and ended up using Coded, which i will add is alot simpler than you may think.
https://forum.unity.com/forums/unity-iap.112/ Is the Unity IAP forum, you should find alot more help/tutorials on there.
Yeah its not giving me the option to use the prices i set on App Store Connect. I have tried doing doing it Coded but I get so many errors the game wont even work until I delete all the IAP stuff. I don't think my coding ability is good enough to be able to do that yet.
https://forum.unity.com/threads/sample-iap-project.529555/ The top post is a Coded sample project, it includes a script and even a video on how to set it up. If you're sticking with codeless, just use the same prices you're using on App Store Connect. I don't know how it works on Apple but for Google, I created an IAP for 50 coins with ID of "p50coins" so inside the catalog in Unity I would put that ID in the "Store ID Overrides" and as far as I'm aware, it will fill in the rest. But the link I posted in the previous post should give more information.
Iv got the IAPs working as far as i can tell, my only problem is setting the prices now, but I'm hoping that because I have set them on app store connect that it will adjust accordingly