2016年10月11日火曜日

iTunes Connectの審査、レビューが早くなった

iTunes Connectのアプリの審査が早くなっていました。
どうやら48時間以内で審査を完了させる方針になったようです。
以前は4日〜10日ほど、順番を待たなければいけませんでした。

appleの48時間作戦!

というか今までの審査が長すぎでした。
対照的にGooglePlayは審査が20分ほど長くなったような気がします。
それでも1時間以内ですけど。
どちらも審査の自動化などに力を入れた結果ですね。

Unity5 AdMob Xcode8 ios10対応

Xcode8 ios10からパーミッションの設定が必要になりました。
Unity5 AdMobプラグインを使用する場合はinfo.plistファイルに以下のパーミッションを追加します。Xcodeのプロジェクトにあります。右クリックでソースを表示できます。

info.plistの設定

    <key>NSCalendarsUsageDescription</key>
    <string>広告に使用します。</string>
    <key>NSCameraUsageDescription</key>
    <string>広告に使用します。</string>
    <key>NSBluetoothPeripheralUsageDescription</key>

    <string>広告に使用します。</string>

パーミッションの設定に失敗した場合

Dear developer,
We have discovered one or more issues with your recent delivery for "". To process your delivery, the following issues must be corrected:
This app attempts to access privacy-sensitive data without a usage description. The app's Info.plist must contain an NSCameraUsageDescription key with a string value explaining to the user how the app uses this data.
Once these issues have been corrected, you can then redeliver the corrected binary.
Regards,
The App Store team

2016年10月10日月曜日

itunes connect ビルド 反映されない

itunes connectにxcodeでビルドとアップロードしたファイルが表示されません。

原因

  • itunes connectに反映されるまで時間がかかる
  • アップロードしたファイルに問題がある
他にもitunes connectやxcode、developer Centerの連動は即時に反映されないので数十分は待つ必要がある
 アカウント情報の更新にも時間がかかるので上記三つの連動は数時間待つことを見積もっておいたほうが良い。
アップロードしたファイルに問題がある場合はメールが届きます。
 Dear developer,
We have discovered one or more issues with your recent delivery for "アプリ名". To process your delivery, the following issues must be corrected:
This app attempts to access privacy-sensitive data without a usage description. The app's Info.plist must contain an NSCalendarsUsageDescription key with a string value explaining to the user how the app uses this data.
This app attempts to access privacy-sensitive data without a usage description. The app's Info.plist must contain an NSCameraUsageDescription key with a string value explaining to the user how the app uses this data.
Once these issues have been corrected, you can then redeliver the corrected binary.
Regards,
The App Store team

processing symbol files xcodeエラー

XCodeをアップデート後、アプリをアップロードしようとした際にエラーが発生しました。
processing symbol files xcodeエラー

解決方法?


  1. Apple developerコンソールから開発者のプロファルをダウンロード
  2. ios_distribution-2.cerをダブルクリック
  3. 再度アップロード画面に戻りtyragenボタンを押す

開発者アカウントを更新した直後だったので原因は不明です。

2016年9月21日水曜日

DropBoxのテキストファイルを編集できる無料アプリ

DropBoxのテキストファイル編集するなら「Nocs」がお勧めです。
iOSは無料アプリが少ないので重宝します。

Can't access device storage

スマホがPCとUSB接続できなくなりました。機種はp9 liteです。
エラーメッセージ
Can't access device storage
If your device's screen is locked, disconnect its USB cable, unlock your screen, and then reconnect the USB cable.

原因

スマホを長いこと再起動していない。

解決方法

スマホを先起動

2016年9月19日月曜日

Mac 勝手に変換される

Mac 勝手に変換される
ELからライブ変換機能が追加され、アップデート後はデフォルトでオンになっています。

解決方法

メニューバーからライブ変換のチェックを外す。
慣れれば使い易いのかもしれませんが、windowsとの兼ね合いもあるのでオフにしています。それと変換候補が表示されなくなる不具合があります。それは再起動で治せます。