I don't really understand what is the utility of this operation:
soomla::CCStoreController::sharedStoreController()->storeOpening();
In the documentation it is said this should be called when you want to show the storefront, but I'm coding my own storefront.
Thanks in advance.
We have removed those functions. You don't need to call
storeOpening()
andstoreClosing()
anymore.If you're on Android AND you have your own storefront, you should call
startIabServiceInBg()
andstopIabServiceInBg()
when you open and close your storefront. You don't have to do that though.