HY Studio

HY Studio

HY Studio

個人開発でモバイルアプリを作っています。

Indie mobile app development.

APPS & NOTES
公開アプリ APPS

公開しているアプリはまだありません。

No apps released yet.

記事 ARTICLES
法人登記のない個人事業主が、Apple の組織アカウントへ移行するまでA sole proprietor with no corporate registration, moving to an Apple organization account

自力の申請では通らなかった。存在しない書類を2点求められてからの24日間。

Rejected when applying alone. Then 24 days, including a request for two documents that do not exist.

Mac なしで Flutter アプリを iOS に出すShipping a Flutter app to iOS without a Mac

署名だけで7回失敗した。エラーメッセージと、実際に足りないものが毎回違う。

Seven failures on code signing alone — each time the error named something other than what was actually missing.

自分で宣言していない権限が入るPermissions you never declared

Play のデータセーフティ申告の前に。マニフェストを読んでも実際の権限は分からない。

Before filing Play's Data safety form: the manifest doesn't tell you what actually ships.

ルールが参照するドキュメントは、書き込み順序を決めるWhat the rules read decides your write order

Firestore で exists() を使うと並列化できなくなる。作成は最初、削除は最後。

An exists() in your Firestore rules makes that document impossible to parallelise.