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

[App]: Add push notif / sound / vibrate - working on iOS - test on Android #607

Open
danlg opened this issue Aug 30, 2016 · 0 comments
Open
Assignees

Comments

@danlg
Copy link
Owner

danlg commented Aug 30, 2016

Is it doable with RAIX ?
See Meteor-Community-Packages/raix-push#9

Meteor-Community-Packages/raix-push#169
derwaldgeist commented on Jan 6

@nddeveloper: I had the same problem and - after some fiddling - found a workaround: You have to set sound: 'default' for APN only:


Push.send({

  from: 'Test',
  
title: 'Hello',
  text: 'World',
  
badge: 4,
  
query: {},
  apn: {
    sound: 'default'
  }
});
@danlg danlg self-assigned this Aug 30, 2016
danlg pushed a commit that referenced this issue Aug 30, 2016
@danlg danlg changed the title [App]: Add push notif / sound / vibrate [App]: Add push notif / sound / vibrate - working on iOS - test on Android Sep 3, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant