Manoel Aranda Neto
Manoel Aranda Neto
on iOS, you can check the `appStoreReceiptURL` https://developer.apple.com/documentation/foundation/bundle/1407276-appstorereceipturl https://stackoverflow.com/questions/26081543/how-to-tell-at-runtime-whether-an-ios-app-is-running-through-a-testflight-beta-i Also https://github.com/ravitejaavv/store_checker/blob/master/ios/Classes/SwiftStoreCheckerPlugin.swift `mobileprovision` is another hint, if its not none of them, most likely is sideloaded.
On Android, you can check `packageManager.getInstallerPackageName(packageName)`, its null if its side loaded, or its the name of the installer (store). Its not possible to know at runtime if the Android...
Let's fix the gradle script to not throw the exception, swallow and log it out, and look into adding support for the Play publisher in a different PR/issue. They can...
Created https://github.com/getsentry/sentry-react-native/issues/2924 for the feature request
> This is awful for the Flutter package because you are setting up the API key in `Info.plist` and `AndroidManifest.xml`. To swap the API key based on the environment you...
I think it's not needed for v1 since this can be added later, it is not a behavior or API surface breakage, unless doing this requires changes in the API...
Closing the issue as a part of large repository cleanup, due to it being inactive and/or outdated. Please do not hesitate to ping me if it is still relevant, and...
Thanks for creating the issue. We'd need to: > Migrate your packages to [package:web](https://pub.dev/packages/web) and [dart:js_interop](https://api.dart.dev/stable/dart-js_interop) to make them compatible with Wasm. Read the [Requires JS-interop](https://docs.flutter.dev/platform-integration/web/wasm#js-interop-wasm) section to learn more....
> I tried a little PR, currently I have issues with flutter 3.24 so I couldn't test it again when filing the PR, but this should work using dart:js_interop instead...
@IchordeDionysos https://github.com/PostHog/posthog-flutter/pull/114#issuecomment-2589370452 let's see if the contributor would finish up the PR or if somebody else would like to take over, There's probably not much left to finish it up.