Question by
AdaptizTech · Jun 22, 2016 at 05:44 AM ·
unity5iap
Unity IAP
do i need to set the google LICENCE KEY in Unity's IAP
Comment
Answer by nicholasr · Jul 05, 2016 at 03:08 AM
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: http://docs.unity3d.com/Manual/UnityIAPValidatingReceipts.html
Your answer

Follow this Question
Related Questions
Unity IAP Window Issue 0 Answers
GooglePlayServices Conflict With Unity IAP 0 Answers