Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
0 votes
1 answer
17 views

Deployment: How to sign an iOS app on an older Mac

I recently encountered a situation where a signed mobile app on my Mac, when uploaded to App Store Connect, gave a warning about the need to build the app on iOS SDK 18. Here is the relevant news on ...
DmitriyKulagin's user avatar
-1 votes
0 answers
13 views

launchUrl Not Working with LaunchMode.externalApplication on iOS

I am trying to launch URLs, emails, phone calls, and SMS using the url_launcher package in Flutter. While it works fine on Android, it does not work as expected on iOS when using LaunchMode....
Soun Savdan's user avatar
1 vote
0 answers
26 views

Firebase Email Link Sign-In: ‘The operation is not valid’ error on iOS (Flutter, Firebase Hosting, No Dynamic Links)

I’m implementing Firebase Email Link Sign-In in my Flutter app and using Firebase Hosting instead of Dynamic Links. It works fine on Android, but on iOS, I get the following error: The operation is ...
nicox555's user avatar
1 vote
0 answers
19 views

Verify Google adMob ads.txt file in iOS Flutter

I already implemented the Google admob in my flutter project and in both the stores my app is live and in android ads.txt file verified already But In iOS where should I add my ads.txt link to verify ...
Amit Bahadur's user avatar
0 votes
0 answers
36 views

flutter ios build crash

I am trying to build flutter app on iOS Simulator and get this error: Launching lib/main.dart on iPhone 16 Pro in debug mode... Running Xcode build... Xcode build done. ...
Starkov Ivan's user avatar
0 votes
0 answers
36 views

How can I detect call state and duration in a Flutter app on iOS? [closed]

I'm developing a Flutter app and need to detect phone call states (incoming, outgoing, ended) and their durations specifically for iOS. Call State Detection: Is there a reliable way to monitor call ...
Sachin Chavan's user avatar
-1 votes
2 answers
63 views

How to track referrer in a Flutter app after Play Store install? [closed]

How to track referrer in a Flutter app after Play Store install? Question: Hey Flutter devs, I'm working on a referral system for my Flutter app (UDealZone) which is currently live on playstore, and I ...
Shah Nawaz's user avatar
-1 votes
0 answers
21 views

Verifiy iOS Receipt with Node.js, without verifyreceipt API

How can I authenticate iOS receipts starting with MII~ on the server? The verifyreceipt API has been deprecated and must be replaced. https://github.com/apple/app-store-server-library-node There is a ...
Fushihara's user avatar
  • 471
-1 votes
2 answers
56 views

Duplicate plugin key: VideoThumbnailPlugin

I got this error Duplicate plugin key: VideoThumbnailPlugin when I run my app in Xcode I tried multiple ways to fix it but nothing works for me. Also I deleted every line that contain thumbnail in ios/...
gilorip's user avatar
  • 45
-1 votes
0 answers
41 views

Why isn’t the free trial text/flag appearing in sandbox/TestFlight for my Flutter in_app_purchase yearly subscription?

I'm implementing in_app_purchase in my Flutter app for subscriptions. I have a yearly subscription configured in App Store Connect with a 3-day free trial, and the product has been approved with the ...
Ehtasham Ali's user avatar
-1 votes
0 answers
53 views

InAppWebView,FindInteractionController: Ambiguous use of 'evaluate.Javascript(_:completionHandler:)' :error when running Flutter app on iOS (Xcode 16)

I'm facing an issue when trying to run my Flutter app on iOS (Xcode 16).The error, which appears in the screenshot, shows up as soon as I try to launch the app. [![The error][1]][1] Here are the ...
Ibrahima SISSOKO's user avatar
3 votes
1 answer
248 views

Flutter iOS 18.4 Debug Build Error: mprotect failed: 13 (Permission denied)

I am encountering an error when trying to run my Flutter application in debug mode on iOS 18.4. The build fails with the following message: ../../../flutter/third_party/dart/runtime/vm/...
Mahammad Azimzada's user avatar
0 votes
2 answers
30 views

Flutter iOS appclip can't connect to internet

My flutter appclip cant make any server requests, doesn't matter what URL I call it fails with Unhandled Exception: SocketException: OS Error: No route to host, Same app, running in normal app mode (...
Tonis's user avatar
  • 121
0 votes
0 answers
35 views

Calendar doesn't work in production only flutter [closed]

So, i've developed a calendar in flutter, it should load in the selected days three informations: medicine, events and meals. In debug mode it works just fine, but in production when i try to access ...
pedro.curti's user avatar
0 votes
0 answers
27 views

Live Activity Not Updating via Push Notification (Success Response, but Fails to Decode Content State)

For my flutter project I have created live activity using plugin https://pub.dev/packages/live_activities I've created live activity and it is displaying fine. Now I’m trying to update my Live ...
Mohamed Al Ameen's user avatar
-1 votes
0 answers
21 views

Do newer iPhones require additional settings to access an app's files?

I developed an iOS app to download files from a certain cloud server. To view the downloaded files, I enabled file sharing in my iOS app using: <key>UIFileSharingEnabled</key> <true/>...
Pharaon's user avatar
  • 45
0 votes
2 answers
47 views

CocoaPods Error: "CocoaPods could not find compatible versions for pod "Sentry/HybridSDK"

I'm working on a Flutter project that uses the sentry_flutter package. When I try to run pod install inside the ios directory, I get the following error: Analyzing dependencies [!] CocoaPods could not ...
Alex's user avatar
  • 60
0 votes
1 answer
42 views

i have used device_info_plus package to my flutter application to get id of the mobile device

As i have used device_info_plus package to my flutter application to get id of the mobile device but the device id chaged for the same application in some device Why it is changed and also is there ...
Tanmoy's user avatar
  • 11
1 vote
0 answers
36 views

Firebase Realtime Database not working properly when offline on ios

I am trying to create a counter app on flutter using firebase realtime as my database. Have enabled persistence and also syncing all the paths to enable offline capabilities. Everything works fine on ...
Aman Dalal's user avatar
0 votes
0 answers
10 views

No podspec found for permission_handler in .symlinks

I got this error while try run pod install on my flutter project -> Fetching podspec for `permission_handler` from `.symlinks/plugins/permission_handler/ios` [!] No podspec found for `...
user24148762's user avatar
0 votes
1 answer
41 views

Issue with Image/Icon Not Showing in Push Notification on iOS (Flutter & Laravel FCM)

Issue with Image/Icon Not Showing in Push Notification on iOS (Flutter & Laravel FCM) I'm facing an issue where the image/icon in my push notifications is not showing when the app is terminated or ...
Chhean Lymeng's user avatar
1 vote
0 answers
35 views

Flutter iOS IPA contains "._Symbols" directory. How to debug build process?

I'm using flutter for iOS app development. Since today something weird happened: When I build the app with flutter build ipa I get the .ipa file but it contains a directory ._Symbols/ which is not ...
Toboxos's user avatar
  • 320
-1 votes
0 answers
75 views

Is it possible to convert a Flutter app into a Kotlin or Swift app after the application has been released? [closed]

I'm considering converting a production Flutter app into a native application (using Kotlin for Android or Swift for iOS) and have a couple of concerns: Feasibility: Is it generally possible or ...
Umut Kılıç's user avatar
0 votes
1 answer
45 views

Flutter Firebase Cloud Messaging Not Receiving Silent Data Messages on iOS

My team and I are running into an issue with Firebase Cloud Messaging. We are not receiving data messages when running the app in the foreground, background nor killed state. We configured the ...
Bob-Touchwonders's user avatar
2 votes
0 answers
35 views

Cycle found in runner while running my app in Xcode [duplicate]

I am getting this error while running my flutter app in Xcode after adding the WatchOS app. Cycle inside Runner; building could produce unreliable results. Cycle details: → Target 'Runner' has copy ...
Ragul PR's user avatar
  • 150
1 vote
1 answer
27 views

Swift Compiler Error (Xcode): "Flutter/flutter.h" file not found

I am trying to run my app in a macbook with M4 processor and I get this error. Swift Compiler Error (Xcode): 'Flutter/Flutter.h' file not found /Users/danieleyny/.pub-cache/hosted/pub.dev/smart_auth-2....
Gentjan Shtjefni's user avatar
0 votes
0 answers
33 views

Flutter iOS Build Issue: Unable to find a target named Runner in Runner.xcodeproj

I'm trying to run my Flutter project on an iPhone SE (3rd generation) simulator using flutter run, but I’m getting the following CocoaPods error: [!] Unable to find a target named Runnerin ...
Naveed Kaimkhani's user avatar
1 vote
0 answers
30 views

Internal error when calling firebase auth's verifyPhoneNumber on IOS device

In a Flutter app, when calling Firebase auth's sms authentication FirebaseAuth.instance.verifyPhoneNumber on IOS device (sim and physical), it causes internal_error with message "An internal ...
Danp's user avatar
  • 11
0 votes
0 answers
26 views

flutter ios emulator stuck on splash screen when logging event using firebase google analytics

[ERROR:flutter/runtime/dart_vm_initializer.cc(40)] Unhandled Exception: PlatformException(channel-error, Unable to establish connection on channel., null, null) #0 FirebaseCoreHostApi....
Suyoung's user avatar
0 votes
0 answers
34 views

How to capture screenshot of camera preview with overlay

I'm using flutter framework for building IOS app, I have used camera package to preview camera in the app and there is stacked location detail along with google map widget over it, how to capture both ...
shakti goyal's user avatar
-1 votes
0 answers
38 views

Apple Sign In - Flutter IOS

I have an issue regarding apple sign in flutter for ios specific devices. The issue is this that whenever I try to login via apple only the first time apple generate the email. But on second time the ...
Muhammad Ahmer khan's user avatar
2 votes
0 answers
62 views

My flutter App is crashing after firebase Auth

I've been working on this issue for weeks now and still haven't found any answer. I found that it is the Firebase auth after retrieving the token from Google or Facebook which is crashing the app ...
adolphe1501's user avatar
1 vote
0 answers
26 views

How can I make seeking in video work in Flutter for iPhone iOS on Chrome/ Safari?

Video seeking does not work (video starts playing at 0 secs) on Flutter (iOS, Chrome, Safari, iPhone). The same code works on Chrome on Mac, an iPad, but just not on an iPhone. This app was deployed ...
Kenton Kwok's user avatar
1 vote
1 answer
145 views

Flutter WebView Crashes on IOS Real Device but Works on IOS Emulator and Android

`I am developing a Flutter application that includes a payment flow using webview_flutter. The WebView is used to load an external payment page where users can complete their transactions. The ...
user29193503's user avatar
1 vote
1 answer
69 views

Image Push Notification Not Displaying in iOS with Notification Service Extension

I'm currently working on implementing image push notifications in my iOS app using a Notification Service Extension, but the image is not displaying in the notification. Below are the details of my ...
WhisperingWinds's user avatar
3 votes
1 answer
55 views

Flutter statusbar color is not changing in ios

I want to use light status bar to some of my screens and need to set it back to dark statusbar when navigate from those screens. I made a widget and wrapped those screens for it. It works for android ...
Vinaya Augusthy's user avatar
-1 votes
0 answers
22 views

Unable to load contents of file list: '/Target Support Files/Pods-Runner/Pods-Runner-resources-Debug-Development-input-files.xcfilelist'

Recently addded flutter flavours to a mobile app to create production and development environemnts. Now when I try to do an ios build, I am getting these erros upon doing flutter run --flavor ...
Aryan Jhaveri's user avatar
1 vote
2 answers
96 views

How to show Snackbar only once

I am Calling an api when item is added to cart and if its success the snackbar will show for success but what if user added one after one too many products then the all snackbars will show one by one ...
Tanu Purohit's user avatar
0 votes
0 answers
32 views

Touch event does not work on flutter with ios

The problem is that those elements that are next to the app bar do not work when pressed on iOS devices with Dynamic Island, for example, on the iPhone 14 everything works, but on the 14 Pro it does ...
Влад Гурковский's user avatar
0 votes
2 answers
40 views

How to add border in donut chart bar flutter

I'm printing custom donut chart bar. And I can't add a border to each element class DonutChartPainter extends CustomPainter { final double planCalories; final double leftCalories; final double ...
Kushnirenko's user avatar
0 votes
0 answers
47 views

How to capture overlay widget on CameraPreview - Flutter

I'm using flutter Camera package to display camera preview inside my app and there is an overlay widget stacked over the camera preview, When I capture photo using takePicture method of camera, it ...
shakti goyal's user avatar
0 votes
1 answer
80 views

Flutter text render gibberish

Some of my text in iOS flutter app appearing as gibberish in production, anyone face this issue before? so far I'm not able to reproduce this. Doctor summary (to see all details, run flutter ...
meatball.dev's user avatar
1 vote
0 answers
49 views

How to fix Flutter firebase google authentication pod install error?

Recently, I have decided to build my app in flutter together with firebase. After following the instructions everything worked. However, the issue came when I decided to add google authentication that ...
Maxim Gannota's user avatar
1 vote
1 answer
74 views

preloading images before first frame in Flutter

I want the first frame of my app to be an image, the same image as my native splashscreen (on ios). i would like a smooth transition between the native splash screen and the app splash screen. i am ...
BaptisteB's user avatar
  • 1,278
-1 votes
1 answer
28 views

Flutter SafeArea not working in iOS WebClips

Flutter SafeArea not working in iOS WebClips (web apps launched stand alone from Home Screen). MediaQuery.paddingOf(context).bottom returns zero in safari mode and in stand alone mode.
hodov's user avatar
  • 69
1 vote
0 answers
67 views

Flutter Firebase Database loads indefinitely on IOS

I have a flutter app where I use Firebase Auth and Firebase Database. The app works fine on my android phone. I am able to authenticate and add data to the database. The issue is on Iphone. The ...
Mervin Hemaraju's user avatar
0 votes
0 answers
31 views

In Flutter Text Field on iOS when clicking the mic button the enable diction popup shows up for a brief moment then goes away

I am not sure if this is a bug with flutter. I tried to disable the textfield after the mic button click by using a focus node listener when it loses focus and that still didn't work. Edit: My code ...
Nir's user avatar
  • 61
0 votes
0 answers
31 views

Is there any way to export .zip file of my ios app

How to Export a .zip File for iOS App Testing on LambdaTest? I'm testing my iOS app on LambdaTest, and I was able to upload the .ipa file directly on real devices. However, when switching to a more ...
D-Sibu's user avatar
  • 71
-1 votes
0 answers
28 views

Incorrect behavior of the native loading screen in iOS

I have a problem changing the initial native screen in the iPhone. I used the plugin (flutter_native_splash) and followed all the instructions that the documentation says, but unfortunately, the ...
Daniil's user avatar
  • 397
0 votes
0 answers
28 views

Flutter iOS App Crashes at Launch – Missing Flutter.framework (DYLD 1 Library missing)

Exception Type: EXC_CRASH (SIGABRT) Exception Codes: 0x0000000000000000, 0x0000000000000000 Termination Reason: DYLD 1 Library missing Library not loaded: @rpath/Flutter.framework/Flutter Referenced ...
Shuhaib's user avatar
  • 44

1
2 3 4 5
192