Skip to content
This repository has been archived by the owner on Apr 28, 2022. It is now read-only.

app crash immediately after call openIAB.queryInventory. #532

Open
minhit1805 opened this issue Aug 16, 2016 · 0 comments
Open

app crash immediately after call openIAB.queryInventory. #532

minhit1805 opened this issue Aug 16, 2016 · 0 comments

Comments

@minhit1805
Copy link

minhit1805 commented Aug 16, 2016

Hello, after call OpenIAB.init succeccsful.
public const string offter1 = "com.petgames.offer1";
public const string offter2 = "com.petgames..offer2";
public const string offter3 = "com.petgames.offer3";
private void billingSupportedEvent()
{
//_isInitialized = true;
Debug.Log("billingSupportedEvent");
OpenIAB.queryInventory (new string[]{offter1,offter2,offter3}); <-- crashing here
}

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

1 participant