Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Push Notifications credentials #52

Merged
merged 1 commit into from
Aug 31, 2018
Merged

Update Push Notifications credentials #52

merged 1 commit into from
Aug 31, 2018

Conversation

christiancompton
Copy link
Collaborator

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.

@@ -22,12 +22,12 @@ import Foundation
public class PushSDKCredentials {

public let appGuid : String
public let appSecret : String
public let apiKey : String
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is SemVer Major, of course.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes - 9.0.0

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We released 8.0.0 when Watson migrated to IAM credentials in June, and made similar changes for those services.

@christiancompton christiancompton merged commit 541344c into master Aug 31, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants