SwiftUISwiftUI 入門やるよ!チュートリアルしてみる!v3 ユーザー入力操作 前回はこちら ユーザー入力!Handling user input section 1 お気に入りにマークする Model/LandmarkにisFavoriteを追加 LandmarkRowに... 2024.11.16SwiftUI
SwiftUISwiftUI 入門やるよ!チュートリアルしてみる!v2 リスト作成とナビゲーション v1はこちら v2 Building lists and navigation リストとナビゲーション こちらを進めます! section 1 Create a landmark model ランドマ... 2024.11.15SwiftUI
SwiftUISwiftUI 入門やるよ!チュートリアルしてみる!v1 viewを組み合わせよう 型を作っておこうかなと思い。 まずはチュートリアルをやってみます! 時間25分らしいです!頑張りましょう! SwiftUI essentials Creating and combining views ... 2024.11.15SwiftUI
iPhoneXcode – iOS 17.0 must be installed 17.0が必要。 xcodeを実行しようとしたら iOS 17.0がないと何も出来ないと表示されました コンパイルしようとしたら実行不可に。 ということでダウンロードしてみます 7.21GB デカい! 案の定... 2024.07.12iPhoneiPhone
Appleapp store connect : アプリプレビューを登録する!Appプレビュー。Unity Recorderで保存してffmpegで長さ変換 Unity Recorderで動画キャプチャ サイズを指定する必要があり Output Resolution を Custom にして W 1080 H 1920 としたり Game のサイズのところに Reco... 2024.02.26AppleiOSUnity
iOSUnity : Mobile Notification 2.1.1 古いバージョンを使っていたので新しく sampleを参考に利用。 こちらは以前作ったときの。 mobile notificationi 2.1.1 中身は違うけど、Samplesを利用すると... 2024.01.16iOSUnity
iOSXcodeが起動できない Failed – Could not download iOS 17.0.1 Simulator … xcodeでダウンロードに失敗Failed to download iOS 17 simulator xcode 15.0.1を入れたのですが、simulatorのダウンロードに失敗するので起動できません... ... 2023.11.16iOS
iPhoneiPhone6s ヤフオクで入手 2023.09 さて iOS17もリリースされていますが.iOS17はX以降対応(一部Xを除くiOS16は8以降対応iOS15は6s以降対応 という感じで、ちょっとギリギリ感はありますが、バッテリー以外はきれいに使う人は全く問題ありません。 ... 2023.09.28iPhone
UnityUnity : Recorder で開発中Editor上スクリーンショット!appプレビュー!サンプルムービー録画! Recorderをインストール iOSのスクリーンショットを色々作るのに面倒なのでeditor上で Window > Package Manager > Recoder ( unity ) Recorder ... 2023.08.01Unity
iOSUnity : iOS ビルドエラー : The Legacy Build System will be removed in a future release. You can configure the selected build system and this deprecation message in File > Project Settings. Xcode 13 でエラーになりました。 File > Project Settings を見ろと Legacy Build System が Deprecated 非推奨なので変更 Build ... 2022.01.25iOSUnity
iOSApple Push Notification – プッシュ通知を入れる – 証明書作成 push 通知の証明書作成。毎回調べ直すのもアレなのでメモします。 とりあえず開発用は Apple Push Notification service SSL ( Sandbox ) を利用します。 Create a New ... 2022.01.17iOS
Cloud PlatformOAuthクライアントID iOS用 : google cloud platform 認証情報追加メモ 前回チュートリアルページから作ったのでコンソールから作成を確認 APIとサービス > 認証情報 認証情報作成 > OAuthクライアントID アプリケーションの種類 > iOS ... 2022.01.07Cloud Platform
iOSGoogleでサインイン!?Web, iOS, Android, Firebase 試してみる。 Google Identity Services javascriptこちらは2023に停止になるそうです。 iOSでGoogleサインイン Google API コンソールでプロジェクトを設定 ... 2022.01.06iOS
iOSSDWebImageが使えない?Xcode 13.2.x Xcodeを更新してひさしぶりにビルドしたらいくつかのエラーが Optionalじゃない返り値で if を使うとエラー func getA () -> Int { } --- if let a:Int = class.getA... 2021.12.18iOS
iOSapp storeを使わず Xcodeをダウンロードする!複数Xcodeを利用する! mac複数台あることもあり、複数バージョン置いておく必要もあり More Downloads こちらから Xcode 13.2.1 をダウンロードします^^ Xcode.appを Xcode_13_2_1.app などに... 2021.12.18iOSMac
iOSUnity iOS GoogleAppMeasurementのヴァージョンが競合 Analyzing dependencies [!] CocoaPods could not find compatible versions for pod "GoogleAppMeasurement": In Po... 2020.11.26iOSUnity
AndroidUnity に Firebase を入れる (FirebaseAnalytics) iOS, Androidアプリに FirebaseAnalyticsを入れて数字をみたいと思います。 unity ver 2020.xです。 こちらの動画そのままでした。 firebaseにUnityようにアプリ... 2020.11.20AndroidiOSUnity
UnityUnity : Google mobile ads . iOSビルドエラー・・・type unknown name 普通にgoogle mobile adsのパッケージを入れて Xcodeでビルドしたら・・・ Unknown type name GADRewardedInterstitialAd 検索しても特に他の方はエラー出ていない様子・... 2020.09.04Unity
UnityUnity Mobile Notification / LocalNotification / PushNotification を実装してみる vol.1 Unity Mobile Notifications Package Unity-Technologies/NotificationsSamples こちらを利用して実装してみたいと思います。 Mobile Notifi... 2020.06.07Unity
iOSpodコマンドがエラーに bad interpreter: No such file or directory : CocoaPods ライブラリを更新しようとしたらエラーになったので cocoapodsを入れ直し?mac os更新の影響でしょうか $ pod -bash: /usr/local/bin/pod: /System/Library/Frameworks... 2019.12.17iOS