「etc」カテゴリーアーカイブ
ナビ機能
MKDirectionsRequestHP内リンク
PROJECT (MKDirectionsSample-master)
URL SCHEME>HP内リンク
XCODE6 PROJECT (url_scheme)
URL Schemes の設定について ios iPhone xcode
TARGETS → Info → URL Types
URL Schemes設定LINK
却下
Nov 5, 2014 01:10 PM
Reasons
3.12: Apps should have all included URLs fully functional when you submit it for review, such as support and privacy policy URLs
—– 3.12 —–
We found that your app includes URLs which do not properly navigate to the intended destination, which is not in compliance with the App Store Review Guidelines.
-Support URL is not functioning.
It would be appropriate to ensure all URLs properly resolve to the appropriate destinations before resubmitting your binary.
If your iTunes Connect Application State is Rejected, a new binary will be required. Make the desired metadata changes when you upload the new binary.
If your iTunes Connect Application State is Metadata Rejected, we do NOT require a new binary.
To revise the metadata:
– Log in to iTunes Connect
– Click on “My Apps”
– Select your app
– Revise the desired metadata values
– Click “Save”
– Once you’ve completed all changes, click the “Submit for Review” button at the top of the App Details page
NOTE: Please be sure to make any metadata changes to all App Localizations by selecting each specific localization and making appropriate changes.
————————————————
Submission Feedback. 平成26年10月21日 9:09
webview関係を取り除き、再提出。
Waiting For Review. 平成26年10月21日 10:14
In Review. 平成26年10月23日 4:19
本バージョンは App レビュー審査で却下されました。問題解決センター を参照してください。
mail
has been reviewed, but we are unable to post this version. For details, or to directly contact the App Review team, visit the Resolution Center in iTunes Connect. Do not reply to this email.
Regards,
App Review
Reasons
3.12: Apps should have all included URLs fully functional when you submit it for review, such as support and privacy policy URLs
—– 3.12 —–
We found that your app includes URLs which do not properly navigate to the intended destination, which is not in compliance with the App Store Review Guidelines.
-Support URL does not work.
It would be appropriate to ensure all URLs properly resolve to the appropriate destinations before resubmitting your binary.
If your iTunes Connect Application State is Rejected, a new binary will be required. Make the desired metadata changes when you upload the new binary.
If your iTunes Connect Application State is Metadata Rejected, we do NOT require a new binary.
To revise the metadata:
– Log in to iTunes Connect
– Click on “My Apps”
– Select your app
– Revise the desired metadata values
– Click “Save”
– Once you’ve completed all changes, click the “Submit for Review” button at the top of the App Details page
NOTE: Please be sure to make any metadata changes to all App Localizations by selecting each specific localization and making appropriate changes.
Bottom Bar
平成26年10月9日(木曜日)
Bottom BarがPUSH後、表示されない件について
storyboard 「hide bottom bar push」のチェックを外す。
ICON COLOR
平成2年9月29日(月曜日)
日本の伝統色
珊瑚朱色
紺青
SIZE
320 568 (640 1636)
20 44 (64)
568 64 504
文字列比較
[objc]
NSString *str1 = @"ABC";
NSString *str2 = @"ABC";
// 同じ文字列かを判定
if ([str1 isEqualToString:str1]) {
NSLog(@"同じ文字列です");
} else {
NSLog(@"異なる文字列です");
}
[/objc]