Skip to content

Error when deploying to IOS8+ #15

@pvdochtend

Description

@pvdochtend

I received the error on line 105 of BPXLUUIDHandler.m:

return [[UIDevice currentDevice] uniqueIdentifier];

To let this work in a simulator, change the code to:

NSUUID *identifierForVendor = [[UIDevice currentDevice] identifierForVendor];
return [identifierForVendor UUIDString];

That worked for me!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No 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