简体   繁体   English

我可以为iOS和Mac应用程序设置相同的Apple ID吗?

[英]Can I set same Apple ID for iOS & Mac app?

I have the same app for iOS and Mac. 我有适用于iOS和Mac的相同应用程序。 To making things more easy I want to point the iOS & Mac app with same link etc. 为了使事情变得更容易,我想使用相同的链接等指向iOS和Mac应用程序。

Is there any way to do that? 有什么办法吗? I couldn't even set same Bundle ID. 我什至无法设置相同的捆绑ID。 Is there any way around that? 有什么办法解决吗?

No, you can't. 不,你不能。 Bundle ID and App ID are identifiers. Bundle IDApp ID是标识符。 Different Bundles/Apps have different IDs. 不同的捆绑软件/应用程序具有不同的ID。 Otherwise they aren't identifiers anymore. 否则,它们不再是标识符。

If you want have one url for both, you could write a script (eg php), wich checks the OS running on the device and redirects to the corresponding iTunes link. 如果您想要两个都有一个URL,则可以编写一个脚本(例如php),检查设备上运行的OS并重定向到相应的iTunes链接。

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

相关问题 我可以通过SDK找到ios应用程序的Apple ID吗? - Can I find the Apple ID of an ios app through SDK? 发布 macos 应用程序时,我应该使用新的 Apple 捆绑包 ID 还是使用与 ios 应用程序相同的捆绑包 ID - should I use a new apple bundle id or use the same bundle id with ios app when publish a macos app 如何在iOS应用程序中测量Apple的measurue应用程序? - How can I measure in iOS app like the measurue app of Apple? 查找原始应用ID-适用于iOS Apple应用 - find original app ID - for iOS Apple app iOS应用测试; iPad必须使用与iOS开发者计划会员资格相同的Apple ID - iOS app testing; does iPad have to use same Apple ID as iOS developer program membership 我可以在iOS应用程序和相应的Facebook游戏之间共享相同的App ID和App Secret吗? - Can i share the same App id and App Secret between an iOS App and the corresponding Facebook Game? 我可以在XCode中保留一个项目,但是可以为Mac OS X,Apple Mac Store和iOS设备构建它吗? - Can I keep one project in XCode but build it for Mac OS X, Apple Mac Store and iOS device(s)? iOS-我可以自定义Apple托管的应用内购买内容吗? - iOS - Can I customise in-app purchase content hosted with Apple? 我还能将ios6应用发布到Apple Store吗 - Can I still publish an ios6 app to the apple store 如何将ios应用程序上传到Apple Store? - How can I upload my ios app to apple store?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM