问题标签 [apple-profile-manager]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
python-3.x - Python3苹果mobileconfig下载服务器
我正在尝试构建一个系统来获取 ios udid,例如https://get.udid.io站点。在创建系统的过程中,我们正在创建一个提供 mobileconfig 的服务器。制作 python3 和 Azure 功能时出现问题。根据 Apple 的指南,我在标题中添加了“application/x-apple-appen-config”,并将签名的 mobileconfig 文件包含在正文中以传递响应。文件已收到,但为 0byte。
如果我在中间使用 readlines 打印它,我想我可以正确读取文件,那有什么问题?