Unity IAP (167845)

do i need to set the google LICENCE KEY in Unity’s IAP

Hi @AdaptizTech. If I understand this question correctly, not required unless you want to use Unity IAP’s Receipt Validation feature.

On the plus side, RV is useful to detect fraud inside the app, and potentially to deny fulfilling a purchase when RV cannot cryptographically verify the purchase’s receipt came from Google’s servers.

On the minus side, RV adds a little complexity to your code’s ProcessPurchase method.

Check this link for detailed documentation on RV: Unity - Manual: Receipt validation