Coder Social home page Coder Social logo

bpxluuidhandler's People

Contributors

ngreenstein avatar orta avatar rustle avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

bpxluuidhandler's Issues

Error when deploying to IOS8+

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!

Default access attribute of Keychain

Some users of our app are seeing crashes with the UUID library when there is a lock code on their phone. If the phone was locked the keychain system was returning error -25308.

The default access attribute for the kechain system used to be kSecAttrAccessibleAlways, but now it is iskSecAttrAccessibleWhenUnlocked; so we had to add a specific kSecAttrAccessible attribute on the keychain query to fix this problem.

Have seen a similar issue? If yes, did you follow a different approach? Thank you.

Problem with access group

The function of the access group isn't covered in the documentation. My guess is that setting it will allow multiple apps with the same setting to access the same keychain entry and thereby learn of each other's presence on the device. However, if i set it:

[BPXLUUIDHandler setAccessGroup:@"some_name_of_mine"];

when the function

[BPXLUUIDHandler UUID]

gets called, this error results in the log:

BPXLUUIDHandler Keychain Save Error: -25243

Am I misunderstanding the function of setAccessGroup?

Thanks for publishing this - it is really helpful.

__bridge error

Hello

Thank you for your BPXLUUIDHandler.

I've found a little problem on a project without ARC, I need to remove __bridge to make it work on Xcode 4.2.

doest the uuid changes when restoring to another device?

just want to know if the uuid you are returning is changes when restoring to a new device or not.
lets say i'm using device A ant it's uuid is 1, after backing up the device, and restoring it to a new device B, does the uuid you are returning will still be 1, or a new one?

tnx!

The ids are difference between Appstore builds and Development builds

I used BPXLUUIDHandler to generate the id for guest user. When the app is downloaded from App Store, the uuid is "071BF442-1B3D-4984-9646-87...". And then I build the app from Xcode, the uuid is "BD772772-B3EC-4E17-82BB-58...". This cause 2 guest user on one device in our system. I'm not sure why this happen, is it a bug? Any way to fix this? I tried on iOS 8 official version.
Thanks.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.