You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(target): verify an explicit --appId matches the command's platform
The server accepts a bundle or native package for any app the account
owns and never learns which platform it was built for, so `bundle
--platform ios --appId <android app> --name v3` used to publish an iOS
bundle into the Android app and bind it to Android packages. resolveAppId
now looks the app up (GET /app/:id) whenever an explicit appId meets a
known platform and fails before any expensive work when they disagree;
a foreign or missing id fails there too instead of after the build.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01JCaS35vZG4DCtmM24MYaVR
0 commit comments