Kai Bolay 282d3628e5 Use new URL for registering installation ID. Avoids a redirect by SCS. (#10365) 3 yıl önce
..
Sources 282d3628e5 Use new URL for registering installation ID. Avoids a redirect by SCS. (#10365) 3 yıl önce
Tests 2cbb180697 App Distro: fix async/await issue (#9634) 4 yıl önce
CHANGELOG.md 018fd7ec73 Fix sign in alert shown inconsistently when triggered in viewDidAppear (#10288) 3 yıl önce
README.md 683a22caba Add link to App Distribution docs page (#6620) 5 yıl önce

README.md

Firebase App Distribution SDK

The Firebase App Distribution SDK lets you display in-app alerts to your testers when new builds are available to install.

Please visit our developer site for integration instructions, documentation, support information, and terms of service.

Development

Prereqs

To Develop

  • Run pod gen FirebaseAppDistribution.podspec
  • open gen/FirebaseAppDistribution/FirebaseAppDistribution.xcworkspace

You are ready to develop, build, debug, and test FirebaseAppDistribution.

Running Unit Tests

Open the generated workspace, choose the FirebaseAppDistribution-Unit-unit scheme and press Command-u.