Meteor-Community-Packages / Meteor-Community-Packages/raix-push

android works, ios not working

Open
#238 6 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
JavaScript
Stars
505
Forks
191
PR merge metrics
No merged PRs in 30d

Description

Hi, first of all, thank you for great library.

I am developing app for both android and iOS.
And when I test sending a push, Android device receives the push very well.
However, iOS does not.

When I run the server with Push.debug = true;
I have the following message.

```
Push: Got push token from app: { id: 'GkohP22JYBGzyJcs6',
token: { apn: 'e2fd67a329560c310d58fbc34f413bcd34e64a2d439c50513a190030e664108e' },
appName: 'main',
userId: 'HbvZM3EXMriqoMKL6',
metadata: {} }
Push: updated { _id: 'GkohP22JYBGzyJcs6',
appName: 'main',
userId: 'HbvZM3EXMriqoMKL6',
enabled: true,
createdAt: Fri Sep 02 2016 19:40:52 GMT+0900 (KST),
updatedAt: Fri Sep 02 2016 19:40:52 GMT+0900 (KST) }
```

I figured this messages is good sign since I got the token from apn, right?
I also have similar message for gcm too.

For more background, I am testing on iOS device by distributing from HockeyApp.
Also, my work station is in Ubuntu (and so is my test server), so I'm running the server by

```
meteor run android-device --settings settings-dev.json
```

like so.

In conclusion, I need help...

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reproducing the issue with the reported `meteor run android-device --settings settings-dev.json` command and review the Push.debug output for the iOS token. Compare the iOS and Android push setup, including the HockeyApp distribution context, and identify what prevents delivery to the iOS device. Done means iOS receives a test push as Android already does.

Written by the indexing model from the issue text.

Assessment

Tech stack
android, ios, javascript
Domain
mobile
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.