diff --git a/README.md b/README.md index a7bd1ec..869c313 100644 --- a/README.md +++ b/README.md @@ -146,8 +146,8 @@ public class MainActivity extends AppCompatActivity { ``` ### Note: -1. For opening the app store or play store the app should be live. -2. It might not be able to open the app store or play store in simulator. You can try it in physical device. +1. For opening the play store the app should be live. +2. It might not be able to open the play store in simulator. You can try it in physical device. 3. You can find a sample Kotlin app from here [app-upgrade-android-kotlin-demo-app](https://github.com/appupgrade-dev/app_upgrade_android_kotlin_demo_app) and a sample Java app from here [app-upgrade-android-java-demo-app](https://github.com/appupgrade-dev/app_upgrade_android_java_demo_app) 4. Read detailed blog on how to integrate Kotlin app from here [How to upgrade/force upgrade Android Kotlin app](https://appupgrade.dev/blog/how-to-force-upgrade-android-kotlin-app) and Java app from here [How to upgrade/force upgrade Android Java app](https://appupgrade.dev/blog/how-to-force-upgrade-android-java-app) @@ -177,8 +177,6 @@ class MainActivity : AppCompatActivity() { val appUpgrade = AppUpgrade() appUpgrade.checkForUpdates(this, xApiKey, appInfo) - - // appUpgrade.checkForUpdates(this, xApiKey, appInfom) } } ``` @@ -211,8 +209,6 @@ class MainActivity : AppCompatActivity() { val appUpgrade = AppUpgrade() appUpgrade.checkForUpdates(this, xApiKey, appInfo) - - // appUpgrade.checkForUpdates(this, xApiKey, appInfom) } } ``` @@ -238,6 +234,6 @@ The MIT License (MIT). Please see [License File](LICENSE) for more information. ## Need help? If you're looking for help, try our [Documentation](https://appupgrade.dev/docs/) or our [FAQ](https://appupgrade.dev/docs/app-upgrade-faq). -If you need support please write to us at appupgrade.dev@gmail.com +If you need support please write to us at support@appupgrade.dev ### Happy Coding!!!