Skip to content

[PushNotificationIOS] Unable to request permission #2290

@NishanthShankar

Description

@NishanthShankar

I get the error registerForRemoteNotificationTypes: is not supported in iOS 8.0 and later.

I am able to request permissions if i change

if __IPHONE_OS_VERSION_MIN_REQUIRED >= __IPHONE_8_0

to

if __IPHONE_OS_VERSION_MIN_REQUIRED < __IPHONE_8_0

Line no: 141 in 8.0
Line no 155 in current master

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions