Delphi读IOS的设备ID


本文整理自网络,侵删。

 
function GetDeviceOnlyIdentifier: string;
begin
    with TUIDevice.Wrap(TUIDevice.OCClass.currentDevice) do
    begin
        Result := (identifierForVendor.UUIDString.UTF8String);
    end;
end;

相关阅读 >>

Delphi设置窗口透明

Delphi 日期字符串转换日期格式

设定Delphi环境选项

Delphi idhttp.get方法

Delphi判断系统是否安装tcp/ip协议

Delphi ntfs usn 磁盘文件搜索

Delphi webbrowser控件的事件

Delphi 让label 始终在form的正中显示

Delphi判断ie是否使用代理

Delphi 安卓读写ini文件

更多相关阅读请进入《Delphi》频道 >>



打赏

取消

感谢您的支持,我会继续努力的!

扫码支持
扫码打赏,您说多少就多少

打开支付宝扫一扫,即可进行扫码打赏哦

分享从这里开始,精彩与您同在

评论

管理员已关闭评论功能...