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

fix(version bumping): changes according to node apn and GCM pacakge #6

Merged
merged 4 commits into from
May 13, 2020

Conversation

MrSpark2591
Copy link
Collaborator

No description provided.

@MrSpark2591 MrSpark2591 merged commit ee1ac42 into master May 13, 2020
console.error('ERROR: Push server could not find certData');
}

// Check key data
if (!options.apn.keyData || !options.apn.keyData.length) {
if (!options.apn.key || !options.apn.key.length)
Copy link
Collaborator

Choose a reason for hiding this comment

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

@MrSpark2591 you forgot to open the curly braces here 😭 😭 😭

key: Assets.getText('apnDevKey.pem'),
passphrase: 'xxxxxxxxx',
production: true,
topic: 'com.your.app.identifier' //required
Copy link
Collaborator

Choose a reason for hiding this comment

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

@MrSpark2591 It would be really useful if you could give some details on this topic key.

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.

2 participants