providerConfiguration
A dictionary that contains vendor-specific key-value pairs, that you use to configure a provider.
Declaration
var providerConfiguration: [String : Any] { get set }Discussion
The dictionary’s values must only use data types supported by PropertyListSerialization; you can’t use custom types for the values.
The manager passes this dictionary as-is to the NEAppPushProvider when the provider starts.