Code Monkey home page Code Monkey logo

fcuuid's Introduction

👋 Hello!

I'm Fabio Caccamo.

I'm a passionate, self-taught full-stack developer based in Torino, Italy. 🇮🇹 🤌

I work mainly with 🐍 Python, 🦄 Django and Vue.js.

I love Open Source, I published and actively maintain many 📦 libraries.

View all my libraries

🦄 django-admin-interface
📱 FCUUID
🐍 python-benedict
📱 FCFileManager
🦄 django-treenode
🦄 django-colorfield
🦄 django-extra-settings
🦄 django-maintenance-mode
📱 FCCurrentLocationGeocoder
🐍 python-fsutil
📱 FCIPAddressGeocoder
🦄 django-freeze
🐍 python-codicefiscale
🦄 django-redirects
🐍 python-fontbro
💻 utils.js
:octocat: create-matrix-action
🦄 django-cache-cleaner
💻 tabbo.js

fcuuid's People

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

fcuuid's Issues

Use with Swift project?

I have Swift project and added FCUUID throw pods. And now I don't now how to use it. Import can not find FCUUID framework. Please can you write/describe fully FAQ integrating into Swift project

Fund with Polar

iCloud Keychain Syn

What Happens if iCloud is Sync Keychain and try to get device ID on 2 devices with same iCloud account.

uuidForInstallation persists after reinstall

Not sure if I'm getting it right but based on the persistence table, the uuidForInstallation is expected to be removed when the app is uninstalled. However, that's not the case (tested on iOS 9 and 10). Probably because of the following line:

_uuidForInstallation = [self _getOrCreateValueForKey:_uuidForInstallationKey defaultValue:nil userDefaults:YES keychain:YES service:nil accessGroup:nil synchronizable:NO];

I believe keychain argument should be NO here.

Jenkins Build Failing, but working fine in XCODE

The following build commands failed:
	CompileC /Users/ec2-user/Library/Developer/Xcode/DerivedData/jar-ios-brpycscsvwakwygpjzwyzfoxvdzj/SourcePackages/checkouts/FCUUID/build/FCUUID.build/Release-iphoneos/FCUUID.build/Objects-normal/arm64/UIDevice+FCUUID.o /Users/ec2-user/Library/Developer/Xcode/DerivedData/jar-ios-brpycscsvwakwygpjzwyzfoxvdzj/SourcePackages/checkouts/FCUUID/FCUUID/UIDevice+FCUUID.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'FCUUID' from project 'FCUUID')
(1 failure)
Build step 'Execute shell' marked build as failure
Finished: FAILURE

Upvote & Fund

  • We're using Polar.sh so you can upvote and help fund this issue.
  • We receive the funding once the issue is completed & confirmed by you.
  • Thank you in advance for helping prioritize & fund our backlog.
Fund with Polar

_uuidForDevice starts to return the same UUID for different devices (issue probably started around iOS 16.6.1)

Hi,

we're currently seeing the case where 2 different iPads, which use the same apple ID would generate the same UUID, which is obviously not what one wants.

We don't know for sure, but it seems it all started with around iOS ~16.6.1.

Is anybody else seeing this, or even knows a fix for it?

Thanks a lot!

Upvote & Fund

  • We're using Polar.sh so you can upvote and help fund this issue.
  • We receive the funding once the issue is completed & confirmed by you.
  • Thank you in advance for helping prioritize & fund our backlog.
Fund with Polar

What if user doesn't use iCloud?

Hi, I find your library is perfect to accomplish my client's app requirements and identify users. I'd need to use the uuidForDevice method to identify the user device. However I have a few questions:

-As I understand your library, it relies in NSUbiquitousKeyValueStore to persist across installations but, what happens if the user is logged out or even never created a iCloud account? This app is meant to be used mostly by old people so this can be an usual scenario. If this is the case, there's nothing to do, Am I right? Or there is any kind of automatically generated iCloud id created on iPhone activation?

-Can you identify just the current device instead of every user devices?

Thank you very much

Ricardo Mantero

uuidForDevice

When i want to get uuid after the system is reinstalled, i must log in to iCloud ?

Carthage support ?

Hi Team,

First, thanks for the work!

Would you consider an update if I do a PR with Carthage support?

Cheers,
Vincent

同一个设备登录多个appid,同步了keychain信息的话

同一个设备登录多个appid,同步了keychain信息的话,会导致获取的uuid发生变化吗?会被新的appid中的keychain信息覆盖掉?

Upvote & Fund

  • We're using Polar.sh so you can upvote and help fund this issue.
  • We receive the funding once the issue is completed & confirmed by you.
  • Thank you in advance for helping prioritize & fund our backlog.
Fund with Polar

same ID,one iphone ,two UDID

I use FCUUID as NSString *deviceUUID = [FCUUID uuidForDevice];,but` same ID,one iphone ,two UDID,log is NSUbiquitousKeyValueStore error: com.xxx.xxx has no valid com.apple.developer.ubiquity-kvstore-identifier entitlement,can you help me?

Crash on uuid for device

"uuidForDeviceInMemory" is nil and calling "isEqualToString" on it causing crash.

line number in code

screen shot 2016-03-02 at 9 54 21 am

EDIT:

So here the scenario to generate
Use the UUIDForDevice, and then delete the app and reinstall it again,

duplicated uuidForDevice when restoring from iCloud

Hey @fabiocaccamo, I'm having an issue when restoring a device using iCloud.

So, we are using uuidForDevice to have a unique id per user per device, but we are facing some issues when people are cloning their devices and as the uuidForDevice is the same (they do a full backup with encrypted data and everything), then for our system, the "new" app is the same user/same device.

Is there any chance to prevent this behavior? we might have users paying just for one device when they could be using several ones.

Thanks in advance!

IOS7 support

Before using i want to ensure does this plugin support ios7 and ios8. what it will return as UUID ? is it macid?

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.