MuhammedRefaat
MuhammedRefaat
@coryswainston I could overcome that by using `apple_id` instead of `app_identifier`, it works perfectly: ``` upload_to_testflight( apple_id: "{your_app_apple_id}", ) ```
What I noticed when I used the Profiler in Android Studio is that the memory is not getting freed up after dismissing the video despite calling `controller.dismiss()`, and this looks...
> The temporary solution which I found from Stackoverflow is this: https://stackoverflow.com/a/32245018/801369 > > Add these to Application tag in AndroidManifest.xml > > `android:hardwareAccelerated="false"` ,` android:largeHeap="true"` > > Like this:...