Appgrades is a light version management platform for mobile apps. It provides iOS and Android SDKs to be integrated in your mobile apps and a rich user friendly Dashboard to manage your apps versions adoption rates. With few clicks, you can convert all your old versions users to the newest one. No code needed while providing a visual preview of the UI componement you can display to your users during the conversion process.
Choose Appgrades for all your projects, you never know when you will really need to push your users to use a recent version of your app!
- Check out the documentation for a comprehensive look at all needed steps to get your app configured with Appgrades.
- Make sure you have installed Xcode and iOS 9.0 SDK minimum
- If you need help, use Stack Overflow. (Tag 'appgrades') or contact us at contact@appgrades.io
- If you found a bug, and can provide steps to reliably reproduce it, open an issue.
- If you have a feature request, contact us at contact@appgrades.io
- You can, at any moment, chat with us from your Appgrades Dashboard
Appgrades supports multiple methods for installing the SDK in your iOS project.
We recommend using CocoaPods which automates and simplifies the process of using 3rd-party libraries like Appgrades in your projects. You can install it with the following command:
$ gem install cocoapods
To integrate Appgrades into your Xcode project using CocoaPods, specify it in your Podfile
:
pod 'Appgrades'
Then, run the following command:
$ pod install
Skip this section if you used CocoaPods to link Appgrades to your project.
- Download the SDK here
- Add
Appgrades.framework
file to your project and add it toEmbedded Binaries
.
Congratulations, the framework is fully integrated to the app and you can start using it.
Optionally, you can enable to the logger. Use the following code to set a logging level to the logger:
Appgrades.setLogLevel(level: .verbose)
You can choose one of the following logging levels:
- verbose
- info
- warning
- error
- none
Get your Developer Key from the Appgrades Dashboard. From the Dashboard, click on Copy Key to clipboard
.
Add your Developer Key as value of the key AppgradesKey
in your project Info.plist
. The SDK will run automatically as your app launches.
Run your application on Simulator or device.
Visit the Appgrades Dashboard. You should see appearing your app listed.
Appgrades is released under a Commercial license. See LICENSE for details.