under3415
under3415
OK, that's not too bad. What are the options for monetization with Flutter on Tizen if Google ads are not available?
> @under3415 have you any news since this issue please ? Nope
Hi This is the full command I use for the build: `flutter build appbundle --release --obfuscate --split-debug-info=./build/symbols` To get more details I added this to `/android/build.gradle` under `allProjects`: ``` gradle.projectsEvaluated...
Hi This issues is still present in version 0.2.4+1: ```` C:\Users\userName\AppData\Local\Pub\Cache\hosted\pub.dev\in_app_purchase_android-0.2.4+1\android\src\main\java\io\flutter\plugins\inapppurchase\Translator.java:12: warning: [deprecation] SkuDetails in com.android.billingclient.api has been deprecated import com.android.billingclient.api.SkuDetails; ^ C:\Users\userName\AppData\Local\Pub\Cache\hosted\pub.dev\in_app_purchase_android-0.2.4+1\android\src\main\java\io\flutter\plugins\inapppurchase\MethodCallHandlerImpl.java:27: warning: [deprecation] PriceChangeFlowParams in com.android.billingclient.api has been...
Hi You've missed one! Do you want me to open a new issue? ..\pub.dev\google_mobile_ads-5.1.0\android\src\main\java\io\flutter\plugins\googlemobileads\FlutterRequestAgentProvider.java:31: warning: [deprecation] getApplicationInfo(String,int) in PackageManager has been deprecated .getApplicationInfo(context.getPackageName(), PackageManager.GET_META_DATA); ^
myokeeh has pinged ankur06 in microsoft-store Discord channel 👍
People saying that removing "the reference to the build tools" fixed the problem, do you mean that you were able to use the old SDK to build you app, or...
I've tried the new SDK which is now available, version is `10.0.21600.1742` Still the same issue: ``` Package acceptance validation error: The package uses an unsupported version of file MakePri.exe...
[Media2](https://developer.android.com/reference/androidx/media2/session/package-summary) is fully deprecated, it would have to be migrated to [Media3](https://developer.android.com/jetpack/androidx/releases/media3) > Version 1.3 > Version 1.3.0 > > January 10, 2024 > > androidx.media2:media2-*:1.3.0 is released. [Version 1.3.0...
It's not causing problems yet. Atm it is just a build warning. I don't use FlutterFire directly, I just have these packages in Flutter project: ``` firebase_auth: ^5.1.4 firebase_core: ^3.3.0...