688,876 questions
0
votes
0
answers
3
views
RevenueCat products load in iOS debug mode but not in TestFlight (Flutter)
I'm using RevenueCat in a Flutter app to manage in-app subscriptions. On iOS, the subscription products load and display correctly when running in debug mode on a real device. However, when I upload ...
0
votes
0
answers
15
views
Logging from .NET Maui to iOS not working using NLog.Targets.MauiLog
I'm writing a Maui app in Visual Studio, primarily for iOS, and I want to implement logging.
I've set up NLog.Targets.MauiLog based on the readme here: https://github.com/NLog/NLog.Targets.MauiLog
...
0
votes
0
answers
14
views
Blazor Hybrid Azure B2C Login Setup (MSAL) for iOS
I set up the same for Android and that works fine. I didn't find a specific example for iOS, from different articles and with copilot my setup looks like this:
I added to the info.plist the following ...
-1
votes
0
answers
39
views
Why is my view not removed from its superview even after calling removeFromSuperview()? [closed]
I'm working on an iOS project using Swift, and I have a custom view called preBView that I want to remove from its superview (viewStamp). Here's the code I'm using:
declaring
var preBView: UIView?
...
-1
votes
0
answers
25
views
Any known issues with using negative values for padding in SwiftUI [closed]
I have a RootContainer view in my SwiftUI app that takes in content as a view builder, adds it to a ScrollView then adds padding to the content. Some views need to go edge to edge and so I was going ...
-1
votes
1
answer
23
views
iOS VoiceOver is not reading Korean when it is the primary language
One of our user is trying to use iOS's VoiceOver with our SwiftUI app and they are not able to use it properly in Korean Language
Issue is VoiceOver doesn't read Korean strings if the primary ...
0
votes
0
answers
29
views
How to implement gRPC in React Native (Android & iOS) for real-time location tracking?
I'm working on a React Native CLI project where the app needs to send the employee's current location to the backend every 10 seconds or 1 minute.
The backend team has already provided a gRPC protocol,...
0
votes
0
answers
12
views
Method for attributing App Store Purchases?
How can I attribute App Store installs to Points of Purchase?
For example, I will have a map app that a visitor center may display a poster with a QR Code for patrons to purchase the app. I need to be ...
-1
votes
0
answers
30
views
Colors on Older Hardware Don't Appear as Expected
I have created an Indicator for a horizontal scroll view that contains SwiftUI Images. The Indicator works and does just what you would expect. However, I was very surprised to find that these colors ...
0
votes
1
answer
20
views
How to detect iPad trackpad touch-down (indirectPointer) to immediately stop coasting animation
I have a custom 3D object viewer on iOS that lets users spin the model using the touchscreen or a trackpad and supports coasting (momentum spinning). I need to stop the coasting animation as soon as ...
0
votes
0
answers
19
views
React Native WireGuard VPN Package Linking Issue
I want to use this library :
https://github.com/usama7365/react-native-wireguard-vpn
I did everything in the Readme guide which is:
I installed the library with npm
I ran expo prebuild
I ran pod ...
-1
votes
0
answers
45
views
I have a flutter project that is failing to compile for iOS due to Property 'isHighDynamicRange' in SDWebImage library in iOS
here is my PodFile
# Uncomment this line to define a global platform for your project
platform :ios, '14.0'
# CocoaPods analytics sends network stats synchronously affecting flutter build latency.
...
1
vote
1
answer
47
views
SwiftUI @ObservedObject not updating
My issue is that when I edit a template, the UI in BeginWorkoutView does not update correctly. I believe I am somehow misusing @ObservableObject/@Published/@Mainactor, but cannot for the life of me ...
-1
votes
0
answers
12
views
Tips on how to compile old react native projects on modern versions of Xcode and Android Studio?
So I have some react native projects which I haven’t touched in a year. On Android they tend to still work ok, but when it comes time to compile them for iOS I’ll get hit with errors. Specifically ...
1
vote
0
answers
15
views
How debug root causes for xcodebuild error 65
I am trying to get a Flutter app to build using match and fastlane.
Match seems to work as All required keys, certificates and provisioning profiles are installed
When running build_ios_app() I get ...