Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [ios]

iOS is the mobile operating system running on the Apple iPhone, iPod touch, and iPad. Use this tag [ios] for questions related to programming on the iOS platform. Use the related tags [objective-c] and [swift] for issues specific to those programming languages.

ios
-1 votes
0 answers
11 views

localStorage not working on iOS captive portal mini browser (CPMB)

I tried to save data on iOS Captive Portal Mini Browser (Hotspot WiFi) window.localStorage.setItem("my_data", "data"); but when I try to reconnect to CPMB var my_data = window....
pol9595's user avatar
-1 votes
0 answers
7 views

unable to spawn process '/bin/sh' (Argument list too long)

PhaseScriptExecution [CP]\ Check\ Pods\ Manifest.lock /Users/husseinalatrach/Library/Developer/Xcode/DerivedData/eClubDemo-gtdzjqqhbenxoidbeeiafpfwknho/Build/Intermediates.noindex/ArchiveIntermediates/...
MiracleXcode's user avatar
-2 votes
0 answers
11 views

Restore window size successfully but view content showing cut in catalyst app

I am trying to restore window size when user reopen app.i have successfully restore window size but actually problem is when app start view content is cut to top size.so can any one help for this. ...
Jones's user avatar
  • 21
1 vote
1 answer
33 views

How to prevent a selectable List from being updated when a confirmation dialog appears?

Let's us a selectable List as follows: import SwiftUI struct ContentView: View { @State private var elements: Set<UUID> = [.init(), .init(), .init()] @State private var selection: Set&...
parapote's user avatar
  • 872
0 votes
0 answers
16 views

Using AVFoundation scaleTimeRange API will cause different export file duration

I m validating one thing: The composition's duration is the same as it has been exported. This is ok when no scaleTimeRange.. I don't know why the exported file duration is not the same as ...
luckysmg's user avatar
  • 347
0 votes
0 answers
19 views

iOS Widget Disappearing After App Updates

I've got these widgets available for users to choose from, which all work for some time. However, some users (including me, on my iPad only), are reporting that their widget disappears after app ...
Daggerpov's user avatar
  • 162
-1 votes
0 answers
12 views

Auth0 React Native SDK not opening default browser for login on iOS

We have a React Native app which uses the "react-native-auth0" library for user login. For SSO, some of our iOS customers using VPN have a requirement that the login page (and subsequent SSO ...
Ali's user avatar
  • 351
-4 votes
0 answers
17 views

iPhone Stimulator not loading in XCode [closed]

my iOS Stimulator isn't loading in XCode and I get the error "Cannot Preview in this File" error. This is a brand new project and I haven't done any changes to the default project. I tried ...
Shehan Liyanaarachchi's user avatar
-4 votes
0 answers
16 views

How to have a performant pitch detection for iOS [closed]

I want to have a performant (so maybe c or c++) library to have a pitch detection on my iOS app. I search a lot but no found at all. Thanks all !
Happyriri's user avatar
  • 4,365
0 votes
1 answer
21 views

How to restrict a contextual menu to a single collectionView

I have a view with three collection views on it. I want one of the collection views to have a contextual menu. How do I control that only one of them has the menu? In the code below, I have commented ...
Quailcreek's user avatar
0 votes
0 answers
23 views

How to prevent isAllDay events spanning multiple day when querying devices calendar SwiftUI

I assume the issue is daylight savings. I just can't figure out a fix My setup. I have a schedule view. on which I want to display the users Calendar events on. Each day in the schedule queries for ...
RyanTCB's user avatar
  • 7,994
-1 votes
0 answers
20 views

How to send/receive text messages in Blazor App

For fun, I wanted to make my own default texting app and make it compatible for both IOS and Android. As far as I can figure, Blazor doesn't support it. I was wondering if there was a good API for ...
CollidaCube's user avatar
-1 votes
0 answers
16 views

StoreKit 2 Xcode Manage Transactions - subscription purchased but "unfinished"?

I am using SubscriptionStoreView in conjunction with the modifiers .onInAppPurchaseCompletion, .subscriptionStatusTask, and .manageSubscriptionSheet to allow my users to choose from either a monthly ...
KatM's user avatar
  • 95
0 votes
0 answers
11 views

CSS Text flip animation working on web, android, but not on IOS safari/chrome

I am currently trying to use this text flip animation, but I realised that it doesnt work well on IOS safari/chrome. Doesnt work as in, the text flips, but the red flip text cannot be seen When I ...
user26530885's user avatar
1 vote
0 answers
10 views

Challenge mismatch during authenticator attestion on iOS

I am implementing a simple PoC application in React Native for iOS and trying to attest an authenticator using react-native-passkey library, however, I am struggling to verify the attestation response ...
Constantine's user avatar

15 30 50 per page
1
2 3 4 5
45872