688,403 questions
0
votes
0
answers
8
views
Flutter in_app_purchase (iOS) – How to check free trial eligibility?
I’m using Flutter’s in_app_purchase plugin for auto-renewable subscriptions on iOS. My products have introductory free trials configured under the same subscription group.
The problem is that even if ...
1
vote
1
answer
25
views
Is it possible to programmatically send taps and keyboard input to an iOS simulator from a shell script?
For testing purposes on a simulator, I'd like to be able to send taps and keyboard input to an iOS simulator through a script running on the host Mac.
I have looked through xcrun simctl help but I ...
Best practices
1
vote
1
replies
19
views
How to persist credit balance in a credit-based AI app when using anonymous sign-in?
I’m building an AI image generation app with a credit-based billing system.
Users purchase credits via Google Play / Apple billing (handled through RevenueCat). Each image generation consumes credits ...
0
votes
0
answers
19
views
XCode - iOS - Flutter- Cannot open `Runner.xcworkspace`
I am trying to port an flutter project into iOS.
Apparently, I need to open Runner.xcworkspace.I can see the file when opening finder from Runner.
But when I click on it, there is no selection (see ...
1
vote
1
answer
64
views
How to display FlutterMap inside custom shape image without black background?
I’m building a Flutter app where I want to show a FlutterMap inside a custom PNG shape (similar to a masked frame).
My goal:
Display FlutterMap only inside a custom shape image
Outside area should ...
0
votes
0
answers
25
views
Titanium.Media.AudioPlayer.seekToTime function does not work for Android
I'm implementing audio in a Titanium SDK app using Titanium.Media.AudioPlayer. The AudioPlayer.seekToTime method works as expected on iOS, but on Android attempting to use it throws Uncaught TypeError:...
0
votes
0
answers
19
views
Changing the default Capacitor Push Notification icon in Ionic XCode Mac ios
The AppIcon inside Apple Xcode project (created with Ionic) was changed several times with success (App icon on ios changes without any problems), but the Push Notification icon remains always as the ...
0
votes
0
answers
26
views
"Always embed Swift Standard libraries" option is not embedding Swift libraries
I am building an iOS app on Flutter. Whenever I try to distribute the app, I get a "SwiftSupport folder is missing" error from App Store Connect. "Always embed Swift Standard libraries&...
0
votes
0
answers
27
views
Flutter iOS build failing with CocoaPods platform version errors, while Android works fine
I am working on a Flutter project that builds and runs successfully on Android (both real device and emulator), but when I try to run the same project on iOS, I keep encountering package-related ...
0
votes
1
answer
66
views
Why isn't this Lottie animating?
this is a small minimal snippet for my code. In this code, I can't seem to start the animation of the Lottie. Why isn't it animating? Can anybody help? Thanks.
import Lottie
struct TestLottie: View {
...
0
votes
0
answers
44
views
Visual Studio 2022 (MAUI/Xamarin) can’t import Apple .p12 (password accepted, no cert added) and doesn’t show Xcode/manual certificates
I’m building iOS apps with Visual Studio 2022 (MAUI/Xamarin) on Windows paired to a Mac.
In Tools → Apple Accounts → View Details → Certificates, Visual Studio only shows:
iOS Distribution (existing)
...
7
votes
0
answers
74
views
GitLive Firebase Kotlin SDK: iOS crash with orderByKey() + startAt()/endAt()
I'm using the GitLive Firebase Kotlin SDK (v2.4.0) in a Kotlin Multiplatform project. My code works perfectly on Android, but crashes on iOS when using orderByKey() combined with startAt() and endAt()....
0
votes
0
answers
29
views
iOS 26: Tab bar becomes visible when opening a file viewer tab (but not on iOS 18) — how to force full-screen / hide tab bar?
I have a tab-based iOS app (custom tab manager, not a standard UITabBarController flow) where opening an attachment creates a new “file viewer” tab and switches to it.
On iOS 18 and below, the file ...
0
votes
0
answers
22
views
iOS only: AADSTS165000 “request tokens do not match user context” after reopening embedded Teams (Flutter module in native container)
Context
I’m embedding Microsoft Teams inside our native iOS app via a Flutter module (Flutter UI hosted inside a native iOS container). The same approach works on Android, but on iOS we hit an auth ...
-1
votes
0
answers
46
views
TEE for offline central bank digital money transactions [closed]
How can rollback protection be implemented in a mobile application when hardware monotonic counters are not exposed to third-party apps?
I am designing an offline transaction system where replay ...