Hi,
I had a question about in-app best practices. In my app I have a pop-up storyboard for my “store” screen which is separate from the basic game play screen. So if someone wants to buy something they will have to enter the store and then click on a product.
Here is my question: Is it better to call store.init() only once someone has opened the store pop-up or is it better to call store.init() as soon as the application loads?