You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 28, 2022. It is now read-only.
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
}
The text was updated successfully, but these errors were encountered: