Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
appupgrade-dev committed Aug 20, 2023
2 parents 9dd01e9 + 02d4a54 commit 371024b
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down Expand Up @@ -177,8 +177,6 @@ class MainActivity : AppCompatActivity() {

val appUpgrade = AppUpgrade()
appUpgrade.checkForUpdates(this, xApiKey, appInfo)

// appUpgrade.checkForUpdates(this, xApiKey, appInfom)
}
}
```
Expand Down Expand Up @@ -211,8 +209,6 @@ class MainActivity : AppCompatActivity() {

val appUpgrade = AppUpgrade()
appUpgrade.checkForUpdates(this, xApiKey, appInfo)

// appUpgrade.checkForUpdates(this, xApiKey, appInfom)
}
}
```
Expand All @@ -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!!!

0 comments on commit 371024b

Please sign in to comment.