开发者

App ONLY for iPhone

开发者 https://www.devze.com 2023-03-28 02:33 出处:网络
My app has been rejected 2 times because its only a iPhone app, the second time i uploaded it i was pretty sure i had changed the build settings to iPhone only, but i guess not. On Targeted Device Fam

My app has been rejected 2 times because its only a iPhone app, the second time i uploaded it i was pretty sure i had changed the build settings to iPhone only, but i guess not. On Targeted Device Family: I have iPhone, i guess that makes it iPhone/iPod Touch.

开发者_如何学CWhat if i want my app to work only on the iPhone, thats it. Apple called me on the phone, told me about the problem, and then i reuploaded it, i guess i didnt really fix the problem. can someone help me? Thanks, Jacob


Do you mean iPhone only application or iOS application which doesn't include iPad? Apple wouldn't reject an app if it was released on iPod Touch as well as iPhone (and I've seen examples where functionality doesn't even work on the iPod Touch but it was allowed through anyway).

I suspect that you have built the app for iPad at some point and then removed it, but not removed it properly? This would then create an iPad version which would do nothing when loading and that could be the rejection reason.

What exactly did Apple send you in their response email, they are usually very good with a reason for rejection.


Take a look at page 90 in the iOS Application Programming Guide provided by Apple on developer.apple.com

You can set a UIRequiredDeviceCapabilities key in your Info.plist file for telephony (I don't see one for vibration).

Since the iPod Touch doesn't have telephony capabilities this should restrict the app to iPhone only.


To me, it sounds like you have have an app that relies on vibration and are supporting both the iPhone and iPod touch, which doesn't support vibration. You need to disable support for the iPod touch, and then Apple will accept your app.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号