Instabug / Instabug-Android

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

"Take a screen recording" option missing after migrating to 13.1.0 #479

Closed algrid closed 1 week ago

algrid commented 1 month ago

After we migrated from 12.6.0 to 13.1.0 the "Take a screen recording" option is missing from the bug reporting screen. Was it removed or something is broken in the new version? Testing it on Android 14.

lucasroca commented 1 week ago

I'm using the React Native wrapper and I'm having the same issue. @algrid have you found a solution to it?

IslamMohamady commented 1 week ago

Hi @algrid & @lucasroca 👋🏻 To enable that option again in your application, You need to add the following permission to your app's AndroidManifest.xml file


<uses-permission android:name="android.permission.FOREGROUND_SERVICE_MEDIA_PROJECTION"/>
lucasroca commented 1 week ago

That did the trick @IslamMohamady, thanks for the quick help!

IslamMohamady commented 1 week ago

@lucasroca Always happy to help. I will close the issue for now 🙏🏻