iPhone / iPad用户个人资料跟踪 [英] iPhone / iPad user profile tracking

查看:127
本文介绍了iPhone / iPad用户个人资料跟踪的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我的iphone应用程序从我们的网络服务器下载用户特定数据。如何识别唯一的用户/设备?曲奇饼? IP地址?或者我是否需要先注册?



我需要注意哪些问题?最佳实践?

解决方案

您可以通过调用



<$来获取设备UUID p $ p> [[UIDevice currentDevice] uniqueIdentifier]

您可能应该在第一次启动应用程序时注册用户。不应该有任何人们尚未找到答案的问题,您可以通过搜索SO或谷歌找到。



可以使用 CFUUID


My iphone app downloads user specific data from our web server. How can I identify a unique user/device? cookie? ip address? or do I need them to register first?

What are some issues I need to be aware of? best practices?

解决方案

You can get the devices UUID by calling

[[UIDevice currentDevice] uniqueIdentifier]

You probably should register the user when the app is launched for the first time. There shouldn't be any issues that people haven't already found answers to and that you can find by searching SO or google.

Can generate your own UUID's using CFUUID

这篇关于iPhone / iPad用户个人资料跟踪的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆