Instabug / Instabug-Android

In-app feedback and bug reporting tool for apps.
https://instabug.com/
Other
188 stars 41 forks source link

minSdkVersion for using App Performance Monitoring feature? #453

Closed Orbyt closed 1 year ago

Orbyt commented 1 year ago

Company was interested in introducing the App Performance Monitoring feature. What is the minSdkVersion required to use that feature?

The documentation notes the following:

Min Required SDK Version APM is supported starting Android SDK version 10.0.0.

Android 10.0 is equal to API level 29. Is the minSdkVersion to use "APM" really 29? That seems very high, so hoping someone can verify whether or not that minimum version is actually required or if the documentation is incorrect.

MohamedHefny commented 1 year ago

Hello @Orbyt thanks for reaching out, The min required SDK version in our documentation referring to the Instabug SDK version and not the android SDK. So, APM and Instabug SDK are supporting Android back to versions 4.0 (API level 14) and above.

Orbyt commented 1 year ago

@MohamedHefny That makes sense, thank you!