ios - Access to user's (hashed) Apple ID -


for app i'm working on, we're considering part of organisation's pricing being based on number of users organisation has. this, we'd need mechanism ensure user's login isn't shared within organisation.

one approach use uidevice.currentdevice.identifierforvendor, wouldn't allow user signed in more 1 device.

i wondered if there way access anonymised version of user's apple id, hashed , salted our vendor id (and application id) doesn't allow tracking , introduce privacy concerns.

using @ login restrict user account used devices having same apple id, enough protection against account sharing, think.

if not – thoughts on how else might add per user component pricing?

thanks.


Comments

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -