Search Unity

IAP and Windows store Mock Billing System

Discussion in 'Unity IAP' started by Mullan7, Oct 26, 2018.

  1. Mullan7

    Mullan7

    Joined:
    May 23, 2013
    Posts:
    79
    If i understand correctly I need to set the mock billing system before initialising IAP. Can this be done with the codeless IAP? I'm having trouble trying to initialise the system manually
     
  2. JeffDUnity3D

    JeffDUnity3D

    Joined:
    May 2, 2017
    Posts:
    14,446
    You can look at the IAPDemo sample scene in the plugin to see how the mock store works Update - Apologies, I see what you mean. You are referring to this https://docs.unity3d.com/Manual/UnityIAPWindowsConfiguration.html . Unfortunately the mock store flag is not available in Codeless, you would need to go the scripting route.
     
    Last edited: Nov 1, 2018