MCQs > IT & Programming > Unity3D > Option to initialize consumable IAP in Unity?

Unity3D MCQs

Which option is used to initialize consumable IAP in Unity?

Answer

Correct Answer: public class MyIAPManager : IStoreListener { private IStoreController controller; private IExtensionProvider extensions; public MyIAPManager () { var builder = ConfigurationBuilder.Instance(StandardPurchasingModule.Instance()); builder.AddProduct("100_gold_coins", ProductType.Consumable, new IDs { {"100_gold_coins_google", GooglePlay.Name}, {"100_gold_coins_mac", MacAppStore.Name} }); UnityPurchasing.Initialize (this, builder); }

Explanation:

Note: This Question is unanswered, help us to find answer for this one

Unity3D Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

Unity3D Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it