2016-04-30

Link Maker for iOS apps

If you want making an link icon for iOS apps, use this useful web site. https://linkmaker.itunes.apple.com/en-us/

2016-04-30

Apple 公式リンクメーカー

アプリのリンクは、Apple 公式のリンクメーカーが便利で早く作れます。 日本語 https://linkmaker.itunes.apple.com/ja-jp/ 英語 https://linkmaker.itunes.apple.com/en-us/

2016-04-29

Failed http connection in iOS 9

Failed http connection in iOS 9
In iOS apps, http connection is always fail from iOS 9, because of the access server does not contain App Transport Security(ATS). What...

2016-04-29

Web ページが取れないとき

Web ページが取れないとき
iOS 9 より App Transport Security の基準を満たしていないサーバーとの通信が失敗するようになりました。 状況 NSString stringWithContentsOfURL の戻り値が null UIWebView loadRequest...

2016-04-27

Warning about supportedInterfaceOrientations

Your iOS project might get warning supportedInterfaceOrientations on Xcode 7.0. The cause is just building for iOS 9. Conflicting return ...

2016-04-27

supportedInterfaceOrientations で警告

Xcode 7.0 より、iOS 9 向けにビルドすると  supportedInterfaceOrientations で警告が出ます。 Conflicting return type in implementation of 'supportedInterfac...

2016-04-26

deprecated in iOS 6.0 について(備忘録)

Xcode でビルドしたときに deprecated 〜 が出た場合の置換。 'presentModalViewController:animated:' is deprecated: first deprecated in iOS 6.0  ↓ [sel...

2016-04-24

著作権の表示について調べました

結論 そもそも不要です。 理由 日本を含むほぼ全ての国が「無方式主義」を採用しているので、 書いても書かなくても自動的に著作権が発生するためです。 表記について 有名どころの表記を調べてみました。 © 2016 Google © 2016...

2016-04-23

Getting an error when app upload

Getting an error when app upload
I got an error when my app uploaded to App Store. What's up Xcode. Xcode was 7.3 then. When I start Upload to App Store from Xcode, ...

2016-04-23

アプリ申請時のエラー

アプリ申請時のエラー
アプリ申請時のアップロード作業中にエラーが出ました。 症状 Xcode のバージョンは 7.3 です。 Organizer でアプリの Validate が通り、最後の Upload to App Store... の際にエラーが出ます。 この状態で Upload...

2016-04-22

ブログはじめました

アプリ開発で得た知識などを公開していきます。 エンジニア向けの情報がメインとなります。 App Store で F-NET Apps としてアプリをリリースしています。 https://fnet-apps.blogspot.com

2016-04-22

Started tech blog!

Thanks for coming here. This blog is mainly for taking infos I got in making apps, and also hopefully will be tech blog to programmers. I w...