質問

I've had apps denied in the past for not specifying in the plist or something that the app will ONLY run properly on devices with 3g or devices with a compass, or with texting, etc. How do I specify that my app will ONLY run properly with devices that have a front camera (like Skype would have had to do) Thanks!

役に立ちましたか?

解決

If you want your app to be used only on devices that have a front camera, then you can specify that by adding front-facing-camera to the app required capabilities.

However, if the app has enough functionality when running on devices with no front facing camera, then it is probably better not to specify this capability. From the documentation:

You should include keys only for the features that your application absolutely requires. If your application can accommodate missing features by avoiding the code paths that use those features, do not include the corresponding key.

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top