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.