Confused with Ionic push

What is the easiest way to get push working on iOS/Android. I am shocked how difficult it is.

  1. Should I use Ionic push or NgCordova

  2. After following all steps, testing push and checking the status, i get response: {“status”:“Queued”,“android”:{“sent”:0,“success”:false,“failure_reason”:""},“ios”:{“sent”:0,“success”:false,“failure_reason”:""},“app_id”:“xxx”,“errors”:[]}
    So what now?? Why can’t you say what’s your problem?

  3. after switching dev_push = false, i can’t get token on a real device running app from terminal. When i had dev_push=treu, after several minutes of waiting i got the DEV token

So far I could only get a dev push on an emulator

1 Like