简体   繁体   English

iOS:获取应用程序的URL方案

[英]iOS: Get URL Scheme of Application

I need to start a project that gives you the url-scheme of the Application according to the bundle ID or any other unique ID. 我需要启动一个项目,根据包ID或任何其他唯一ID为您提供应用程序的url-scheme I am thinking of using the iTunes Search API , but I have not found any way yet. 我正在考虑使用iTunes Search API ,但我还没有找到任何方法。

I am wondering how those launcher Apps do this. 我想知道那些启动器应用程序是如何做到这一点的。

Any suggestions or ideas how to automatically fetch the url-schemes ? 有关如何自动获取url-schemes任何建议或想法?

Thanks, David 谢谢,大卫

Download the app, then unzip it. 下载应用程序,然后解压缩。 search "CFBundleURLSchemes" from Info.plist. 从Info.plist中搜索“CFBundleURLSchemes”。

The most difficult part is how to download so many app automatically from app store. 最困难的部分是如何从应用商店自动下载这么多应用程序。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM