WASubscribableService
A service your app discovers on remote devices and can connect to.
Declaration
struct WASubscribableServiceMentioned in
Overview
You specify the services your app uses in Info.plist via a dictionary under the WiFiAwareServices key:
Each key in that dictionary is the full name of a service, and the value is a dictionary of configuration properties for that service.
If the configuration dictionary contains the
Subscribablekey, the system creates aWASubscribableServicefor that service and makes it available inWASubscribableService.allServices.