From what I understand, calling store.init() on iOS will set store.isActive to true and also do some other magic in the background to get the store API ready to use.
My question is - does store.init() call out to Apple’s servers somehow, or does everything happen locally on the device?
Also, is this call on iOS synchronous or asynchronous? I’ve always called it, then waited a second or two before calling store.load(). I’m updating my store libs for Google Play and wanted to see how iOS compared.
Thanks,
Nate