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

iOS - Notification works, but doesn't notify #226

Closed
oliverholmberg opened this issue Jul 19, 2014 · 10 comments
Closed

iOS - Notification works, but doesn't notify #226

oliverholmberg opened this issue Jul 19, 2014 · 10 comments

Comments

@oliverholmberg
Copy link

I am having an issue on iOS 7 - The notification is working, and shows up in notification center, but nothing visible happens in the UI, no sound, popup or other indication that the notification has happened.

When viewed in notification center, it appears as it should.

I checked in notification center, and the app has all notifications enabled.

@BBrey
Copy link

BBrey commented Jul 21, 2014

We tested on an IPhone 4s and it works. The odd thing is, IOS needs dates to be in RFC3339 format in order to work. Do you experience that?

@oliverholmberg
Copy link
Author

I have not had that experience. In my case, I only need to notify on demand as opposed to scheduled, so I have not tested scheduled notifications. Thanks for the reply.

@brunopinheiro
Copy link

Hi oliverholmberg, I have the same problem. Did you find any solution?

@arash01
Copy link

arash01 commented Jul 26, 2014

I have the same problem with phonegap build. Actually it doesn't show banner and doesn't make sound when I am inside the app. Otherwise it works well even in background ;)
Thanks a lot :)

@fidoboy
Copy link

fidoboy commented Aug 23, 2014

Is this issue already solved fixed? why it doesn't display the banner/alert when app is in foreground?

@andyfo
Copy link

andyfo commented Dec 10, 2014

We experience the same issue at least on iOS 7.1. The notification only silently appears in the hidden notification panel. Nothing visible happens nor any sound is played. This applies for all cases: app in background or foreground, both when the phone is locked or unlocked.

@maheee
Copy link

maheee commented Dec 11, 2014

That's totally normal. When the App is in foreground, iOS doesn't show the notifications or play a sound. This is the same for all Apps, not only Cordova.

You need to show the information yourself in the app somehow.

@katzer
Copy link
Owner

katzer commented Mar 11, 2015

The new 0.8.x release is a complete rewrite. If the issue still exists please reopen it.

You may also take a look into the new wiki.

Thanks!

@katzer katzer closed this as completed Mar 11, 2015
@oliverholmberg
Copy link
Author

Will do. Thanks!

On Wed, Mar 11, 2015 at 7:30 AM, Sebastián Katzer notifications@github.com
wrote:

The new 0.8.x release is a complete rewrite. If the issue still exists
please reopen it.

You may also take a look into the new wiki
https://github.com/katzer/cordova-plugin-local-notifications/wiki.

Thanks!


Reply to this email directly or view it on GitHub
#226 (comment)
.

@katzer
Copy link
Owner

katzer commented Mar 11, 2015

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants