- Home /
Question by
Alex_Rhaine · Nov 08, 2016 at 12:59 PM ·
unity 5google playwarning
Your app is using an unsafe implementation of WebViewClient.onReceivedSslError handler with Unity IAP Service
So, I saw this warning in GooglePlay Developer Console after uploading my test app, that has only Google Play Services plugin and Unity IAP service, no other plugins. Is there a way to fix this?
Comment
The problem is on Unity IAP. I haven't found a good solution yet. You can also check this thread
Yeah, deleting Cloud$$anonymous$$oolah is the only workaround I found. Thanks.
After you import Unity IAP the Cloud$$anonymous$$oolah script will be inside the folder Assets\Plugins\UnityPurchasing\Bin\Android of your project.
We are testing if the problem remains on the new Unity 5.4.3 and it seems that it is fixed.
Your answer