Tag

fastlane

0 views collected around this technical thread.

58 Tech
58 Tech
Oct 14, 2021 · Mobile Development

Taro React Native Project Update: Simplified Setup, Templates, and CI/CD with GitHub Actions

The article introduces major updates to the Taro React Native open‑source project, including a new react‑native template, GitHub Actions integration for automated builds, a Taro Playground app for debugging, and detailed CI/CD configurations to lower entry barriers for mobile app development.

CI/CDGitHub ActionsMobile Development
0 likes · 15 min read
Taro React Native Project Update: Simplified Setup, Templates, and CI/CD with GitHub Actions
DevOps
DevOps
Oct 19, 2020 · Mobile Development

Automated iOS Application Build and Push to App Store

This article presents a comprehensive method for automating the build and deployment of iOS applications to the Apple App Store, detailing the manual challenges, required certificates and provisioning profiles, and two practical solutions—using ExportOptions.plist and Fastlane—to achieve fully automated push and reduce manual effort.

Automated DeploymentDevOpsMobile Development
0 likes · 19 min read
Automated iOS Application Build and Push to App Store
Wukong Talks Architecture
Wukong Talks Architecture
Jul 30, 2020 · Mobile Development

iOS Real‑Device Packaging and Installation Process Using Fastlane

This guide walks through configuring iOS certificates, installing Fastlane, handling common installation issues, and using Fastlane or a build script to package and install an iOS app on a real device, complete with command‑line examples and troubleshooting tips.

Build AutomationMobile DevelopmentXcode
0 likes · 5 min read
iOS Real‑Device Packaging and Installation Process Using Fastlane