Push notification not work

Hi,
I’m following all the steps described in the ionic documentation for send pushes section (https://docs.ionic.io/services/push/#handling-notifications ). But when I play the app at Android Studio nothing happens. What am I missing in the whole process? Any help would be great. Thanks!

What exactly did you implement? (Step by step please)
What is your ionic info output?

all this tutorial https://docs.ionic.io/services/push/ from Summary to sending pushes .
Here is my ionic info: global packages:

@ionic/cli-utils : 1.4.0
Cordova CLI      : not installed
Ionic CLI        : 3.4.0

local packages:

@ionic/app-scripts              : 1.1.4
@ionic/cli-plugin-cordova       : 1.4.0
@ionic/cli-plugin-ionic-angular : 1.3.1
Cordova Platforms               : none
Ionic Framework                 : ionic-angular 2.2.0

System:

Node       : v6.9.1
OS         : OS X El Capitan
Xcode      : Xcode 7.3.1 Build version 7D1014
ios-deploy : not installed
ios-sim    : 5.0.8
npm        : 3.10.8

Your project doesn’t have the android platform added. Without that, you can’t even build and test for Android.

Hi, Sujan12
You were right. It worked. thank you very much

1 Like