rajayogan / ionic2push-updated

A simple app demonstrating how to implement push notifications in your ionic 2 app using firebase cloud messaging
6 stars 2 forks source link

Push Notifications in not popping out.. #1

Open jengmun91 opened 8 years ago

jengmun91 commented 8 years ago

HI bro...

Is me again jengmun here..

Just wana ask..I have been follow the exactly code that u have been taught in Push Notifications in Ionic2.. All steps have been done just the notification still not yet pop out, for few hours..

Is it any set up for firebase json file or anything??

Sorry dude...causing you prob.. Hope you can help it out.

screenshot from 2016-10-14 14-00-19

rajayogan commented 8 years ago

No probs bro, In the above screenshot there are two links called view, delete on the right side. Click on view. It will show if the push has been sent or if there are any errors. If there are errors could you please let us know what the error is.. ?

jengmun91 commented 8 years ago

This is the prob..bro...but i have been follow exactly the code u typed in and also i have checked in github repository line by line also cannot display out..

isit any specific requirement in setting emulator or other?

screenshot from 2016-10-14 16-00-06

alldev0825 commented 7 years ago

It was occurred same issue as above. I also could not get any notification by running this source. What's wrong?

jengmun91 commented 7 years ago

Hi alldev0825,

Can you post ur pushnotification.ts, .io-config,json, config.xml and app.component.ts here so I can your code..

or U try again start your ionic project like this ......

ionic start myApp --v2 blank --typescript cd myApp > npm install @ionic/cloud-angular --save cd myApp > ionic io init ionic serve or ionic run android cd myApp >npm install firebase --save myApp>sudo npm install -g typescript myApp>typings install --save firebase myApp>ionic run android

and repeat the video steps that raja's show. see it works anot..

dnyaneshwaruttarwar commented 7 years ago

Hi, I'm also getting the same issue. All is working fine but the notification is not yet pop out.

please help me to solve this issue Thanks,

dnyaneshwaruttarwar commented 7 years ago

I'm able to build the project but push.register function is giving 404 issue. Could you please help me to solve this issue.

ionic2