What are the best practices to implement offline use-case?
One of the main features of our subscription is to use our outdoor app with poor internet reception or no reception with maps and other information downloaded before.
- can we check the subscription status while the device is offline?
- what happens when the reception is very bad but not offline, is it still good to call “Purchases.shared.purchaserInfo” or will it make the UI feel non-responsive?