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

only ever pushes to sandbox on iOS #3

Closed
etiennea opened this issue Apr 16, 2016 · 1 comment
Closed

only ever pushes to sandbox on iOS #3

etiennea opened this issue Apr 16, 2016 · 1 comment

Comments

@etiennea
Copy link

No description provided.

@idw111
Copy link
Owner

idw111 commented Aug 25, 2017

you can set options.production (true or false)

const PushNotification = require('push-notification');
const pn = PushNotification({
  apn: {key: '...', cert: '...', production: false /* true or false */}
  gcm: {apiKey: '...'}
});

@idw111 idw111 closed this as completed Aug 25, 2017
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

No branches or pull requests

2 participants