Contents

WASubscribableService

A service your app discovers on remote devices and can connect to.

Declaration

struct WASubscribableService

Mentioned 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 Subscribable key, the system creates a WASubscribableService for that service and makes it available in WASubscribableService.allServices.

Topics

Selecting from your app’s subscribable services

Checking a service name and ID

Getting a String description

See Also

Services to discover