Relative Content

Tag Archive for fluttergoogle-play-consolebackground-taskflutter-backgroundandroid-api-34

FlutterBackgroundTask – Issue in android 14 (API 34) (flutter_background_task)

We were trying to enable screen share feature in a video conference. It need to run a service in the background. So using this package enabled the feature, but when changed the ‘targetSdkVersion’ from 33 to 34, because playstore sent an warning mail to change the targetSdkVersion otherwise app will be removed from the playstore. This change encountered with an issue. Error is given below,

FlutterBackgroundTask – Issue in android 14 (API 34) (flutter_background_task)

We were trying to enable screen share feature in a video conference. It need to run a service in the background. So using this package enabled the feature, but when changed the ‘targetSdkVersion’ from 33 to 34, because playstore sent an warning mail to change the targetSdkVersion otherwise app will be removed from the playstore. This change encountered with an issue. Error is given below,