持续部署到 Play Store For Native Application
Continuous deployment to Play Store For Native Application
我有一个 Nativescript 应用程序 CircleCI job which basically generates APK file. I want to upload this APK to Google Play store test track. I have seen Google Publishing API which can help here. I also saw Fastlane,但我猜它只在 iOS 设备上受支持。有人可以指导我找到生成的 APK 实际发布到 Play 商店的好示例。
我试着在网上搜索这个,但找不到有用的博客,这些博客显示了 APK 到 Google Play 商店的端到端部署,包括身份验证和上传。如果您知道,请告诉我。
当您为 Play 商店发布准备好 apk 后,您可以使用 https://github.com/rakeshgirase/app-release-manager 这将有助于将 apk 发布到指定轨道上的 Google Play 商店。
我有一个 Nativescript 应用程序 CircleCI job which basically generates APK file. I want to upload this APK to Google Play store test track. I have seen Google Publishing API which can help here. I also saw Fastlane,但我猜它只在 iOS 设备上受支持。有人可以指导我找到生成的 APK 实际发布到 Play 商店的好示例。
我试着在网上搜索这个,但找不到有用的博客,这些博客显示了 APK 到 Google Play 商店的端到端部署,包括身份验证和上传。如果您知道,请告诉我。
当您为 Play 商店发布准备好 apk 后,您可以使用 https://github.com/rakeshgirase/app-release-manager 这将有助于将 apk 发布到指定轨道上的 Google Play 商店。