iOS App change universal to iPhone only

拈花ヽ惹草 提交于 2019-12-20 05:12:19

问题


We have a app that was submitted as a universal app with support for all devices iPad and iPhone but we no longer want it to show in the store as a iPad app we want it to just be a iPhone only app.

This app was built with Appcelerator so i have changed the app tiapp.xml details to only support iPhone no longer universal, but it will not submitted to the store.

I can't upload the existing app because the family group in the bundle Id. it won't accept removing the iPad.

How can we remove the app from being listed as a iPad app really important as the app was not built with iPad in mind it would be fine if it was just a scaled up version of the app.

Any help please?


回答1:


Developers who wish to issue updates, but remove device support, have three choices:

Fix their app so that it can work on the devices they originally set out to support. Target a newer version of iOS that requires a newer device. Remove their app from the store, and upload the new app with a different bundle ID.



来源:https://stackoverflow.com/questions/37586843/ios-app-change-universal-to-iphone-only

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!