mehtashail
Posts: 0
Joined: Tue Feb 04, 2014 1:29 am

ios8 push notification within app doesnt fire.

Just tried the app with ios8 and one thing that doesnt work for sure is push notifications when the user is in the app. Previously those events would fire on resume as well as when the user is within the app.

They still get notifications when the app is in the background.

Evgene Karachevtsev
Posts: 12
Joined: Mon Apr 28, 2014 1:12 pm

ios8 push notification within app doesnt fire.

Hello,

We have an adaptation of the platform for iOS 8 now. We will clarify what behavior of push notifications should be and will get back to you with the update.

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

ios8 push notification within app doesnt fire.

Hello!

iOS8 platform is not officially supported yet. We are going to add iOS8 support approximately in 3 weeks from now.

Sorry for inconvenience.

mehtashail
Posts: 0
Joined: Tue Feb 04, 2014 1:29 am

ios8 push notification within app doesnt fire.

Any word on this issue?

Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

ios8 push notification within app doesnt fire.

Hello!

iOS8 platform is not officially supported yet. We are going to add iOS8 support approximately in 1.5 weeks from now.

mehtashail
Posts: 0
Joined: Tue Feb 04, 2014 1:29 am

ios8 push notification within app doesnt fire.

Seems to work now.

Matt6607699
Posts: 0
Joined: Sat Jan 25, 2014 7:18 am

ios8 push notification within app doesnt fire.

What code do you use to clear the badge?
I have tried this on library v2.0 and v2.1. I export binary for each test.

I have tried the following 3 ways on Device Ready Event with no luck:

var pushNotification = window.plugins.pushNotification;
pushNotification.setApplicationIconBadgeNumber(function successHandler() {
// do something
} , 0);
/////////////////////////////////////////////DIDN'T CLEAR///////////////////////////////////////////////////

var successHandler = function(){
//just empty
};
var pushNotification = window.plugins.pushNotification;
pushNotification.setApplicationIconBadgeNumber(successHandler, 0);
/////////////////////////////////////////////DIDN'T CLEAR///////////////////////////////////////////////////

PushNotification.setApplicationIconbadgenumber(0, function(){});
/////////////////////////////////////////////DIDN'T CLEAR///////////////////////////////////////////////////

Matt6607699
Posts: 0
Joined: Sat Jan 25, 2014 7:18 am

ios8 push notification within app doesnt fire.

Also,
Push Notifications don't work with Xcode 6.1 it seems.

I can receive Push Notifications if I export the app via .ipa and install with QR code.

If I export as Xcode Project and build the app in Xcode 6.1, no push notifications come in.

Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

ios8 push notification within app doesnt fire.

Hi Matt,

We need to check this with new iOS SDK, we'll update when we get update from our developers.

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

ios8 push notification within app doesnt fire.

Hello!

Please ensure you set up certificate and Provisioning profile in xCode correctly. In Appery.io we use the same xCode version, so there shouldn't be any difference.

Return to “Issues”