Using fake store with android builds

Hi,

I’m using the following code to show fake store in editor. However when building on android nothing shows up and seems to fail silently even though useFakeStoreAlways is set to true.

module = StandardPurchasingModule.Instance();
            module.useFakeStoreUIMode = FakeStoreUIMode.StandardUser; 
            module.useFakeStoreAlways = true;
            builder = ConfigurationBuilder.Instance(module);

Is there a way to make fake store work with builds.

Thanks for advance.

Please provide the device logs. How To - Capturing Device Logs on Android