Page 1 of 1

ios8 push notification within app doesnt fire.

Posted: Thu Sep 18, 2014 4:42 pm
by mehtashail

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.


ios8 push notification within app doesnt fire.

Posted: Thu Sep 18, 2014 5:36 pm
by Evgene Karachevtsev

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.


ios8 push notification within app doesnt fire.

Posted: Sun Sep 21, 2014 3:11 pm
by Maryna Brodina

Hello!

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

Sorry for inconvenience.


ios8 push notification within app doesnt fire.

Posted: Wed Oct 08, 2014 2:37 am
by mehtashail

Any word on this issue?


ios8 push notification within app doesnt fire.

Posted: Wed Oct 08, 2014 2:52 am
by Illya Stepanov

Hello!

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


ios8 push notification within app doesnt fire.

Posted: Wed Oct 22, 2014 7:00 am
by mehtashail

Seems to work now.


ios8 push notification within app doesnt fire.

Posted: Thu Oct 23, 2014 4:12 pm
by Matt6607699

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///////////////////////////////////////////////////


ios8 push notification within app doesnt fire.

Posted: Thu Oct 23, 2014 8:33 pm
by Matt6607699

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.


ios8 push notification within app doesnt fire.

Posted: Sun Oct 26, 2014 3:05 pm
by Illya Stepanov

Hi Matt,

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


ios8 push notification within app doesnt fire.

Posted: Tue Oct 28, 2014 12:38 pm
by Maryna Brodina

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.