registerForRemoteNotificationTypes: is not supported in iOS 8.0 and later

When trying to use the NotificationServices, I am seeing this being spewed out in the xcode 6 logs.

I was looking for a way to report an issue in the issue tracked but found none, so I am reporting here.

It seems like the way you register for notifications has changed in ios 8.

Here is a workaroud we used for anyone interested:

The bug is already addressed and fixed and the fix is expected to be part of next week’s patch release in Unity 4.5.5p1.

Has this fix been released? And do we know if this made it into the 4.6 Beta? (As I am still encountering this problem in the beta)

The bug should be fixed, but Unity 4.5.5 patches are not merged in 4.6 beta.

Can you confirm which version this bug fix has been released in? I checked the release notes for p1-p5 and none of them mention any thing related to iOS notification services.

Thanks.

I looked it up for you and the bug fix was added in Unity 4.5.5p1. It seems the release note for this bug was just accidentally left out.

The bugreport can also be found on the issuetracker.

Are the patch releases cumulative, i.e. does 4.5.5p5 contain this fix?

EDIT: Yes they are, see Unity Patch Releases - Unity Engine - Unity Discussions

Yes, normally patch releases are cumulative.

I’ve this issue with 4.6.0f3, is this normal ?