2019-09-01から1ヶ月間の記事一覧
エラー内容 Couldn't create config: failed to parse config: - JSONKeyPath: required variable is not present 原因 GENERIC FILE STORAGEセクションを埋めてなかった。 GooglePlayStoreにAPI経由でアプリを公開(publish)するには Getting Started | Go…
状況 Androidで特定画面を開くとクラッシュすると報告があった 本番環境でのみ発生し、エミュレーターでは発生しなかった Sentryにissueは報告されていなかった ※これはまだ謎 原因追求方法 adb logcat を使った。 adb logcatとは adbコマンドは、 Android D…
証明書たちとは Apple Distribution Certificate(.p12) Apple Push Notifications service key(APNs)(.p8) Apple Provisioning Profile(.mobileprovision) の3つを指してます。 証明書たちの関係性 Apple Distribution Certificate(.p12) に複数の…
Expoに渡す必要があるファイル Apple Distribution Certificate(.p12) Apple Push Notifications service key(APNs)(.p8) Apple Provisioning Profile(.mobileprovision) 全て新しくした。developer.apple.comで全て作成・ダウンロードできるので、…
今まで こんなコマンドを自作していた function fn() { ignore=$3 find $1 -type f | xargs grep -n${ignore} --color=always $2 } これを~/.zsh_aliasとかに置いて、 fn src hoge みたいな感じで使うとsrcディレクトリ以下のhogeというワードを探す処理をし…
ReactNativeからExpoに移行したアプリ 1D歯科国試 | 歯科医師国家試験アプリ https://apps.apple.com/us/app/1d%E6%AD%AF%E7%A7%91%E5%9B%BD%E8%A9%A6-%E6%AD%AF%E7%A7%91%E5%8C%BB%E5%B8%AB%E5%9B%BD%E5%AE%B6%E8%A9%A6%E9%A8%93%E3%82%A2%E3%83%97%E3%83%A…