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: use correct Google Play API endpoints for APK download
- Use generatedapks.list to get downloadId from APK manifest
- Use generatedapks.download to fetch binary APK with downloadId
- Improve universal APK detection with better targeting logic
- Add detailed logging for debugging APK selection
Based on correct API documentation:
- GET /applications/{packageName}/generatedApks/{versionCode}
- GET /applications/{packageName}/generatedApks/{versionCode}/downloads/{downloadId}:download
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
0 commit comments