Giter Site home page Giter Site logo

Comments (4)

mgutski avatar mgutski commented on May 23, 2024

Hi @sonu-drip and thanks for reaching out to us!

User can attach iPhone to MacOS and delete the value in keychain manually

The keychain item containing the device ID is marked with kSecAttrAccessibleAfterFirstUnlockThisDeviceOnly flag, meaning that it is excluded from iCloud backup. With that said, it is stored in a sandboxed keychain and there is no easy way to remove it. However, assuming a jailbroken iDevice, one could manipulate the keychain and remove the item at question. In such a case, provided that you also reinstall the app, the device ID would change. Another scenario where a new device ID will be created is if you factory reset your iDevice (Settings -> General -> Transfer or Reset iPhone -> Erase All Content and Settings). Only the stable fingerprint will survive the factory reset (see Fingerprint Stability Levels for details), but one must note that this particular fingerprint is highly prone to ID collisions.

Detecting those kind of potentially fraudulent activities is beyond the capabilities of the OSS library. If you are interested in detecting compromised devices, including those that were factory reset, then please check out our Fingerprint Pro iOS SDK.

User can create a new apple id and the keychains will be renewed

If you go through factory reset and set up the device with your new Apple ID, then a new device ID will be created. See the above explanation.

from fingerprintjs-ios.

sonu-drip avatar sonu-drip commented on May 23, 2024

Thank you for detailed information. @mgutski . Closing this.

from fingerprintjs-ios.

costapombo avatar costapombo commented on May 23, 2024

In such a case, provided that you also reinstall the app, the device ID would change.

It's important to keep in mind that on iOS, uninstalling the app won't remove keychain items.
If the app is reinstalled those items will be accessible.

from fingerprintjs-ios.

mgutski avatar mgutski commented on May 23, 2024

It's important to keep in mind that on iOS, uninstalling the app won't remove keychain items.
If the app is reinstalled those items will be accessible.

That's correct, provided that the keychain hasn't been tampered with and my answer concerns a specific scenario that involves a jailbroken iDevice.

from fingerprintjs-ios.

Related Issues (3)

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.