iOS

Apple

app store connect : Ready for Distribution / 配信の準備中 , に変更!

App Store Connect update 2024.02.08 からでしょうか? Ready for Sale が Distributionに変更されたようです^^ 違うメールが来たので一瞬ドキッとしました^^ ...
Apple

app store connect : アプリプレビューを登録する!Appプレビュー。Unity Recorderで保存してffmpegで長さ変換

Unity Recorderで動画キャプチャ サイズを指定する必要があり Output Resolution を Custom にして W 1080 H 1920 としたり Game のサイズのところに Reco...
iOS

Unity : Mobile Notification 2.1.1

古いバージョンを使っていたので新しく sampleを参考に利用。 こちらは以前作ったときの。 mobile notificationi 2.1.1 中身は違うけど、Samplesを利用すると...
iOS

Xcodeが起動できない Failed – Could not download iOS 17.0.1 Simulator …

xcodeでダウンロードに失敗Failed to download iOS 17 simulator xcode 15.0.1を入れたのですが、simulatorのダウンロードに失敗するので起動できません... ...
iOS

iPhoneを探す!デバイスを探す!探すアプリ。icloud.com

iPhone, iPad, macbookを探してみます。 子供用のiPhoneで位置情報共有も同じApple IDの場合は、デバイスを探す。でどこにいるかわかると思います。 「探す」にiPhoneを追加する ...
iOS

Unity : 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 ...
iOS

Apple Push Notification – プッシュ通知を入れる – 証明書作成

push 通知の証明書作成。毎回調べ直すのもアレなのでメモします。 とりあえず開発用は Apple Push Notification service SSL ( Sandbox ) を利用します。 Create a New ...
iOS

Xcode organizerで更新できない>_
Archiveを作成して Distribute App しようとしたら・・・ 久しぶりだと色々面倒が・・・ 実機テストまでは問題ありませんでしたが しかし前もこんなことあったような無かったような・・・よく覚えてい...

iOS

Xcode Swift ダークモード対応の話 iOS13

if #available(iOS 13.0, *) { } みたいな、ダークモード対応していた部分なのですが、これなんだろう?と思ってしまい・・・ 今対応したわけではなくて、backgroundColorとか色をつけた後戻す...
iOS

Storyboardから複数のviewcontroller呼び出し Swift

main.storyboardとは別に my.storyboardを作ったとして2つのviewcontrollerを用意 片方にentrypoint as initial view controller をチェッ...
iOS

SDWebImageが使えない?Xcode 13.2.x

Xcodeを更新してひさしぶりにビルドしたらいくつかのエラーが Optionalじゃない返り値で if を使うとエラー func getA () -> Int { } --- if let a:Int = class.getA...
iOS

app storeを使わず Xcodeをダウンロードする!複数Xcodeを利用する!

mac複数台あることもあり、複数バージョン置いておく必要もあり More Downloads こちらから Xcode 13.2.1 をダウンロードします^^ Xcode.appを Xcode_13_2_1.app などに...
iOS

Unity iOS GoogleAppMeasurementのヴァージョンが競合

Analyzing dependencies [!] CocoaPods could not find compatible versions for pod "GoogleAppMeasurement": In Po...
Android

Unity に Firebase を入れる (FirebaseAnalytics)

iOS, Androidアプリに FirebaseAnalyticsを入れて数字をみたいと思います。 unity ver 2020.xです。 こちらの動画そのままでした。 firebaseにUnityようにアプリ...
iOS

unity: iOS APNs 設定 push notifications

いくつか警告が出たりしたので。 developer.apple.com の identifiers 作成のところで Push notificationsをチェック Xcode で Capability に Pu...
iOS

podコマンドがエラーに bad interpreter: No such file or directory : CocoaPods

ライブラリを更新しようとしたらエラーになったので cocoapodsを入れ直し?mac os更新の影響でしょうか $ pod -bash: /usr/local/bin/pod: /System/Library/Frameworks...
タイトルとURLをコピーしました