開発のヒホ

iOSとかAndroidとかのアプリを開発するのに四苦八苦するブログ

How does your app use file sharing feature?

 iOSアプリ作成において最大の敵、リジェクト。
 うっかりミスでリリースが1週間ほど伸びてしまうことがあるので天敵です。

 今回はこんな感じでリジェクトされました。

 How does your app use file sharing feature?

 ええ。そんな機能はありません。

 Application supports iTunes file sharingYESにしたままだったのがダメなのでしょう。

f:id:hihokaruta:20140304041120p:plain

 以下、Resolution Centerにて問答した結果の要約を載せておきます。

Apple :
How does your app use file sharing feature?
I :
Not use. Should I re-create and upload a new apk file?
Apple :
If your application does not require the file sharing feature, the UIFileSharingEnabled key in the Info.plist should not be set to true.

 無意味に機能付加してんじゃねーよってことですね。
 こればっかりはしゃーないです。