ios

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のダウンロードに失敗するので起動できません... ...
iPhone

iPhone6s ヤフオクで入手 2023.09

さて iOS17もリリースされていますが.iOS17はX以降対応(一部Xを除くiOS16は8以降対応iOS15は6s以降対応 という感じで、ちょっとギリギリ感はありますが、バッテリー以外はきれいに使う人は全く問題ありません。 ...
Unity

Unity : Recorder で開発中Editor上スクリーンショット!appプレビュー!サンプルムービー録画!

Recorderをインストール iOSのスクリーンショットを色々作るのに面倒なのでeditor上で Window > Package Manager > Recoder ( unity ) Recorder ...
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 ...
Cloud Platform

OAuthクライアントID iOS用 : google cloud platform 認証情報追加メモ

前回チュートリアルページから作ったのでコンソールから作成を確認 APIとサービス > 認証情報 認証情報作成 > OAuthクライアントID アプリケーションの種類 > iOS ...
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ようにアプリ...
Unity

Unity : Google mobile ads . iOSビルドエラー・・・type unknown name

普通にgoogle mobile adsのパッケージを入れて Xcodeでビルドしたら・・・ Unknown type name GADRewardedInterstitialAd 検索しても特に他の方はエラー出ていない様子・...
Unity

Unity Mobile Notification / LocalNotification / PushNotification を実装してみる vol.1

Unity Mobile Notifications Package Unity-Technologies/NotificationsSamples こちらを利用して実装してみたいと思います。 Mobile Notifi...
iOS

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

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