Free google play IAP plugins?
Does anyone here know a good free IAP plugin for android? I'm trying to use sdkbox's one but there's no response from the application even though everything is well set-up...
Thank you!
Answer by jgodfrey · Feb 23, 2016 at 11:36 PM
This is probably all you need:
https://github.com/playgameservices/play-games-plugin-for-unity
Hmmm... I think I may have misread your question. Thought you were looking for a google play API plugin. I don't think my link is what you want...
yeah i was asking myself if i had misstyped IAP and API lol
Answer by qba · May 08, 2016 at 07:17 PM
Hi guys,
I have the same question. Is there any free IAP plugin for Unity 4.6.x? I've also tried to use SDKBOX in my game. After many trials and errors I wasn't able to set it up to initialize without errors. Although, I think I've got pretty far, because It somehow gets current list of products and prices from the service, but on attempt to buy it says that specified product is not available. Now I'm stuck, since creators don't answer their email.
If anyone is intersted in helping me solve rest errors I'm dealing with, just let me know, we can discuss that in another thread.
I had a couple of problems at the beginning but everything is working now. I think yours is working fine too. The problem for you is on google side, maybe you haven't configured it properly. Have you activated the products on google console? Is your app in Alpha or Beta testing? Have you set up test accounts? Is the app on your phone same version as the AP$$anonymous$$ on Alpha/Beta?
You were right! I've put the apropriate AP$$anonymous$$ on Alpha and got one step further. Now I'm able to make purchases :D Thanks! Although I still get errors in logcat and the onInitialized (bool status) callback gets false in status. Did you observed similar behaviour in your app? Do you have any errors in log? Did you just ignore them?
I am currently very busy with my studies so I can't check now but I vaguely remember sometimes seeing same logcat but as long as it worked I ignored it. Just set up those promotion codes on google and test purchase and it should work! Glad I could help!! :)
Your answer
Follow this Question
Related Questions
Google Play In-App Products 0 Answers
Unity Codeless IAP, Google Play Services Sign-in, Leaderboards and Achievements NOT WORKING! 0 Answers
Why is my Player game object not rotating with mouse movement in 'Survival Shooter' unity project 10 Answers
Photon player resets to 0,0,0 1 Answer
Tagging a collider and destroying it 1 Answer