Kitura / CloudEnvironment

Convenience Swift package for accessing environment variables, credentials.
Apache License 2.0
12 stars 16 forks source link

Update Push Notifications credentials #52

Closed christiancompton closed 6 years ago

christiancompton commented 6 years ago

This change addresses a credentials change by IBM's Push Notifications service, which previously used appSecret along with region and appGuid to authenticate with the service. The IAM-based credential set now uses apikey instead of appSecret to authenticate with the service.

These credential changes are present in version 0.9.0 of the Push Notifications SDK.