The Firebase App Distribution SDK enables you to display in-app alerts to your testers when new builds of your app are available to install. This quickstart aims to showcase how to use the App Distribution SDK to create and customize new build alerts for your testers. You can read more about Firebase App Distribution here!
Ready? Let's get started! 🚀
Clone this project and cd
into the AppDistributionExample
directory. Run pod install
. This command will install all of the required cocoapods for this quickstart and generate a .xcworkspace
project. Go ahead and open the AppDistributionExample.xcworkspace
project.
$ git clone https://github.com/firebase/quickstart-ios.git $ cd appdistribution/ $ pod install $ open AppDistributionExample.xcworkspace
We will need to connect our quickstart with the Firebase Console. For an in depth explanation, you can read more about adding Firebase to your iOS Project.
Visit the Firebase Console and create a new app.
Add an iOS app to the project. Make sure the
Bundle Identifier
you set for this iOS App matches that of the one in this quickstart.Download the
GoogleService-Info.plist
when prompted.Drag the downloaded
GoogleService-Info.plist
into the opened quickstart app. In Xcode, you can also add this file to the project by going toFile
->Add Files to 'AppDistributionExample'
and selecting the downloaded.plist
file. Be sure to add the.plist
file to the app's main target.At this point, you can build and run the quickstart! 🎉
https://firebase.google.com/docs/app-distribution/ios/distribute-console
Copyright 2020 Google LLC
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.