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!
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 cocoapodsTo integrate Appgrades into your Xcode project using CocoaPods, specify it in your Podfile:
pod 'Appgrades'Then, run the following command:
$ pod installSkip this section if you used CocoaPods to link Appgrades to your project.
Appgrades.framework file to your project and add it to Embedded 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:
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.