IBM / BluePic

WARNING: This repository is no longer maintained :warning: This repository will not be updated. The repository will be kept available in read-only mode.
https://developer.ibm.com/code/patterns
Apache License 2.0
324 stars 67 forks source link

Push notifications not working in Xcode 8 beta. #299

Closed rolivieri closed 8 years ago

rolivieri commented 8 years ago

After debugging the issue, this may be an issue in the Push SDK. We are currently looking into it.

tfrank64 commented 8 years ago

Communications are in progress with BMS push team. Yesterday, APNS may have had issues yesterday, but today we are still having issues.

rolivieri commented 8 years ago

We engaged the MobileFirst support team and we have confirmed that even their sample push application does not work with Xcode 8.

They are currently working on adding support for Xcode 8.

We have another meeting set up with them in about two weeks to follow up.

tfrank64 commented 8 years ago

It seems the push SDK has been updated, I will test it out soon. https://github.com/ibm-bluemix-mobile-services/bms-clientsdk-swift-push

tfrank64 commented 8 years ago

I integrated the new sdk and it didn't work, but I eventually found out I needed to enable push in the capabilities tab and now BluePic and receive push notifications again. image

The bad news, we get a 404 message when trying to send push notifications through open whisk.

tfrank64 commented 8 years ago

push notifications seem to be working great.