Skip to content

Publish official build under existing Play listing (com.olipsia.jopiter)#16

Merged
LeoColman merged 1 commit into
mainfrom
fix/official-application-id
Jul 2, 2026
Merged

Publish official build under existing Play listing (com.olipsia.jopiter)#16
LeoColman merged 1 commit into
mainfrom
fix/official-application-id

Conversation

@LeoColman

Copy link
Copy Markdown
Member

The Play Store listing for Jopiter was created by the legacy app and keeps its original, immutable package name com.olipsia.jopiter. Probing the Play Developer API with the release service account confirmed it: app.jopiter404 Package not found, while com.olipsia.jopiterOK.

So the release that failed to upload wasn't a permission problem — the app simply doesn't exist under app.jopiter. This overrides the applicationId of the official (store) flavor and the fastlane package_name to com.olipsia.jopiter, so releases update the existing listing (with its current users/reviews). The code namespace and the unofficial/debug variants stay app.jopiter.

Verified locally: assembleOfficialRelease builds and the APK's applicationId is com.olipsia.jopiter.

Merging triggers a Release run that should now upload successfully to production.

🤖 Generated with Claude Code

…ia.jopiter)

The Play Store listing for Jopiter was created by the legacy app and keeps its
original, immutable package name com.olipsia.jopiter — probing the Play API with
the service account showed app.jopiter is 404 while com.olipsia.jopiter resolves.
Override the applicationId of the official (store) flavor and the fastlane
package_name so releases update the existing app. Code namespace and other
variants stay app.jopiter.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01X5cqJDzZvxqTxMTWcN2jvm
@LeoColman LeoColman merged commit 8430a9d into main Jul 2, 2026
10 checks passed
@LeoColman LeoColman deleted the fix/official-application-id branch July 2, 2026 15:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant