The documentation of the responsiveData network service type simply says "A service type for data that the user is actively waiting for."
Reading an NSHipster post from when this was introduced in iOS 12:
...guidance from the engineers presenting WWDC 2018 Session 714: “Optimizing Your App for Today’s Internet” is to use this feature judiciously, only when time is of the essence. The example they provide is “the checkout page for a shopping app”...
My question: how far does 'responsive' extend to other use cases?
In an app where the user primarily interacts with a list of friends or a list of chats for example, would fetching this list of friends or chats fall under the 'responsive data' type, or would that primarily be used for instant messaging itself?