黒毛和牛モモバラ切り落し100g298円

iPhoneアプリを作ってます。リリースノートとか用ブログです。

iTunes Connectにアプリを提出した際のメモ

次回以降のアプリ提出時用の個人的メモって感じです。

1. アプリのリリース日の設定

アプリリリース日は後から(審査が終わってから)変えれるらしいので、実際のリリース予定日よりだいぶ先(6月ごろ)にしていみました。まだ審査中なのですが、終わったら戻す予定です。

具体的な手順はiTunesConnect_DeveloperGuide_JP.pdfの50ページあたりに書いてます。

2. 暗号関連の質問について

暗号関連の質問にどう答えたら良いかはむらかみの雑記帳に詳しく書かれていますのでそちらを参照。

今回のアプリはSSLを使用しており娯楽用ではないかつマスマーケット向け製品ということで、742.15(b)(1)に該当すると判断しましたので、BIS(アメリカ商務省)にERN番号を申請しました。

742.15(b)(1)の場合、PCに張り付いて作業すればBISでの申請は2時間ぐらいで完了すると思います。自分で暗号関係のコードを書いてる場合(742.15(b)(3)に該当する場合)、CCATSの取得に30日ぐらいかかるらしいので早めに手続きする必要があるようです。

ERNを取得したらiTunes Connectの暗号関係の質問に答えた後キャプチャをアップロードする必要があるのですが、むらかみの雑記帳に書かれている手順は若干古いみたくERNのキャプチャを送る際にPDFにする必要がありました。合わせてMass Market Encryption CCATS Commodity Classification for iPhone Applications in 8 Easy Stepsも参考にした方が良いと思います。

ちなみに、暗号関係の質問には以下のように答えています。

Export laws require that products containing encryption be properly authorized for export.
Failure to comply could result in severe penalties.
For further information, click here.
Is your product designed to use cryptography or does it contain or incorporate cryptography?

Yes

Does your product qualify for any of the exemptions provided in Category 5 part 2?

You are responsible for the proper classification of your product; make certain that it meets the criteria of the exemption (listed here). Otherwise you may be in violation of the US export laws and could be subjected to penalties including delisting of your app from App Store. Please go through the FAQ page thoroughly before attempting to answer the question.

You can answer "YES" to question #2, if the encryption in your app is: (a) is specially designed for medical end-use; (b) is limited to intellectual property or copyright protection; (c) is limited to authentication, digital signature or the decryption of data or files; (d) is specially designed and limited for banking use or 'money transactions'; (e) is limited to “fixed” data compression or coding techniques; or (f) if your app meets the descriptions provided in Note 4 to Category 5 Part 2.

Please visit the FAQ for additional guidance on the exemptions.

No

Does your product implement encryption algorithm(s) that is(are) proprietary or yet be accepted as standards by international standard bodies(IEEE, IETF, ITU, etc.)?

No

Does your product implement standard encryption algorithm(s) instead of or in addition to accessing or using the encryption in iOS?

No

Please provide a copy of your Encryption Registration (ERN) approval from BIS.


iTunes ConnectでのWaiting for Export Complianceは3日ぐらいでWaiting for reviewに変わりました。

なお、一旦バイナリをアップロードしてから自分でリジェクトし再度アップロードすると、上の質問は「暗号関係で変わったことない?」に変わりYESを選ぶとすぐ終わるようになりました。変更が無ければERNの提出は1回だけで良いみたいです。

3. iTunes Connectの日本語descriptionが強制改行される

英語用のカーニング(で合ってるんだっけ?)処理が入りますので、あまり長い文は-が挿入され改行されるみたいでした。見苦しいので行末に自分で改行足しました。