687,997 questions
0
votes
0
answers
21
views
SwiftUI back button chevron glitches with a bounce animation when .toolbarRole(.editor) is used and Liquid Glass is disabled
I have a brand-new SwiftUI app in which I've opted out of the Liquid Glass redesign by adding UIDesignRequiresCompatibility = YES to my Info.plist.
On a detail screen pushed onto a NavigationStack, I ...
0
votes
0
answers
33
views
Expo doctor reports android/ios module directories as gitignored after pnpm upgrade (10.22 → 11.5.2)
After I updated pnpm from 10.22 to 11.5.2, expo-doctor now reports a failed check that wasn't failing before.
My project is a monorepo:
/app
/shared
/web
The error from expo-doctor:
18/19 checks ...
Advice
0
votes
2
replies
92
views
Replicating the iOS 26 Tab Bar: Components, Animations, and Dimensions
Could you please share the code for a tab bar similar to the one in iOS26 photos app, including the same elements, visual effects (liquid glass etc), animations, colors and exact dimensions/layout?
I ...
1
vote
1
answer
106
views
How to remove the top (or navigation) toolbar background tint in iOS 27
After updating to iOS 27 and playing around in some of my apps, there is one visual that I am not a big fan of seeing return.
The navigation toolbar has this tint background behind it similar to iOS ...
0
votes
0
answers
41
views
Open CarPlay scene from live activity (widget)
In my app, I have a live activity that is triggered by push notification.
I’m setting the widget url to open my app:
var body: some WidgetConfiguration {
ActivityConfiguration(for: ...
0
votes
0
answers
64
views
XCFramework with SPM not Working in Release Configuration
I have a local SPM package that contains:
Binary target to reference the xcframework.
Target wrapper where all the dependencies that the xcframework has are indicated either binary or through SPM as ...
0
votes
0
answers
41
views
Is Crashlytics supposed to work in a Crypto Token Kit extension?
I am using Crashlytics in a CTK extension. Only to detect crashes, no analytics so far. The very first time the extension process is launched it crashes most likely due to high memory consumption. ...
Advice
0
votes
2
replies
65
views
Big Nerd Ranch iOS Programming Resources File?
I have been following along the Big Nerd Ranch iOS programming textbook, and so far have gotten along without the resources file. For Chapter 17 it would be very useful, but since they (?) went out of ...
0
votes
1
answer
82
views
SwiftUI Map View freezes when there is no network
Map View in SwiftUI freezes, or stops receiving touch events when there is no internet connection. Any interaction, like zoom, pan and rotate stops working, but the map itself seems to be working, as ...
-6
votes
0
answers
87
views
My iOS app was rejected by Apple under: Guideline 4.2 - Design - Minimum Functionality [closed]
My iOS app was rejected by Apple under: Guideline 4.2 - Design - Minimum Functional...
My iOS app was rejected by Apple under: Guideline 4.2 - Design - Minimum Functionality. The app still provides a ...
-4
votes
0
answers
62
views
How to change a locked Apple ID [closed]
A cost-free method to fix a locked Apple ID that cannot be reset due to being in Iran and inaccessible in all current situations. What should I do as a beginner like me? Because if someone else wants ...
Advice
0
votes
1
replies
78
views
Third party payment integration
UPI Payment Fails with "Limit Exceeded" for Small Amounts (₹2–₹100)
I have implemented a third-party UPI payment flow in my Flutter app, but payments are failing with a "Limit Exceeded&...
1
vote
0
answers
62
views
Swift - MacOS - Audio input timestamp overlaps or precedes prior audio input
I am getting an error that I am not able to see any resource around the internet for. I tried a lot of different things but none are able to resolve this issue: Audio input timestamp overlaps or ...
-2
votes
0
answers
57
views
Why does my dynamic XCFramework work without its dependency, but the static XCFramework gives undefined symbols?
I'm new to iOS linking/frameworks, so this may be a basic question.
I have:
DependencySDK.xcframework (static)
and
MySDK.xcframework
MySDK uses DependencySDK.
Case 1 - MySDK is Dynamic
I build MySDK ...
-1
votes
0
answers
78
views
iOS Share Extension not opening React Native app after sharing media from Photos (react-native-receive-sharing-intent) [closed]
React Native iOS Share Extension: Unable to Open Host App After Sharing Media
I'm implementing media sharing from the iOS Photos app into my React Native application using react-native-receive-sharing-...