Hello
Because we don’t have access to current list of corona bugs [that’s the worst thing about corona i believe] I wanted to share what I just reported - Case 39101
When initializing Google IAP Plugin v3 after network request call is made, it will hang on the .init() function.
This was tested using Android 4.4, 5, 5.0.1. This does not happen [or we were unable to reproduce] on Android 2.3.6.
Test case is very simple:
local function test() local store = require("plugin.google.iap.v3") store.init("google", function(event) print(require("json").encode(event)) end) end network.request("www.google.com", "GET", test)