Skip to content

[PushNotificationIOS] Unable to request permission #2290

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions