日別アーカイブ: 2015年12月11日

Regards

平成27年12月12日(土曜日)

以下により、審査完了!!


 

平成27年12月11日(金曜日)

2.5 バイナリでの却下

December 11, 2015 2.3 Details We were unable to locate some of the features described in your marketing materials or release notes. Specifically, we were

We were unable to locate some of the features described in your marketing materials or release notes. Specifically, we were unable to find the navigation feature found in the screenshots.

スクリーンショットに矢印を付けた図を添付し、これを押下すれば、navigationに移行する旨、アップルに返信!!回答待ち!!

 

気象予報士UPDATE

平成27年12月11日(金曜日)

本日、apple iTunesへ送信済み(審査待ち)

気象予報士実技用語集

サーチバー(検索機能追加)追加 及び 用語追加(都道府県地図、水蒸気フラックス、スネークライン)
オブジェクトのフィルタリング機能を使って、検索もOK!!
参考(以下)
[iphone]問い合わせ言語を使って配列内のオブジェクトをフィルタリングしたい

サーチビュー関連で不具合!!以下により解決!!

[objc]
if (self.searchDisplayController.active) {
return [searchResultArray count];
} else {
return [regularDataArray count];
}
//
[/objc]
if (tableView==self.searchDisplayController.searchResultsTableView) FAIL


気象予報士実技例題集

バグ改修(フリップビューから「全」を選択し、再び戻ると、落ちる!!)
選択した項目をピッカー表示する際に、「全」と「*」の変改を行い、バグフィックス!!