コード例 #1
0
        public static void purchaseThirdPayments(string productId, string uniqueId)
        {
            Debug.Log("[GPUnity][Call] purchaseThirdPayments - " + productId + ", " + uniqueId);

#if UNITY_EDITOR
            {
                Debug.Log("GamePot -  purchaseThirdPayments not supported");
            }
#elif UNITY_ANDROID
            GamePotUnityPluginAOS.purchaseThirdPayments(productId, uniqueId);
#endif
        }