Hi everyone. I have a doubt.
I want to create a game that has In-App Purchases and upload it to Huawei AppGallery and Google Play. My doubt is. Can a use the same IAP SDK and upload the game to both stores?. As I understand, I can use UDP IAP for AppGallery but Google Play doesn’t use UDP, so I don’t know if I can use the same IAP SDK for both stores. In case if it’s possible, I suppose the only change that I need (on the code side) for both versions it’s using the propper productIds (depending on which store I downloaded the game). There is anymore else to consider?
Thanks