美文网首页
查看iOS App的bundleId

查看iOS App的bundleId

作者: 水漾涟漪penny | 来源:发表于2021-09-08 14:14 被阅读0次

    在APP下载链接里查看 打开Mac的浏览器,搜索app在App Store中iTunes的链接. 比如:     https://apps.apple.com/cn/app/%E6%BB%A1%E6%84%8F%E6%89%BF%E5%BE%B7/id1397688173. 拷贝数字在URL中id的后面, 比如1397688173 

        打开浏览器 https://itunes.apple.com/lookup?id=<Number copied in step 2>. 比如, https://itunes.apple.com/lookup?id=1397688173. 

        当提示下载text file文本文件, 保存文件. 默认名字是1.txt. 打开1.txt文件,搜索bundleId. 比如: "bundleId":"com.systoon.manyichengde" 在这个例子中, bundle ID是:com.systoon.manyichengde

    相关文章

      网友评论

          本文标题:查看iOS App的bundleId

          本文链接:https://www.haomeiwen.com/subject/oisvwltx.html