Skip to main content

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
0 votes
0 answers
14 views

Stop Chrome iOS auto-detecting numbers followed by letter "m" as metre units, and adding an underline to auto-convert the unit to other lengths

Chrome for iOS is detecting a number immediately followed by the letter “m” as a metres length unit, and it adds a dotted underline to it which when tapped offers a unit conversion feature. Ideally I ...
TFOH's user avatar
  • 93
-2 votes
0 answers
12 views

How to determine what App Store Icon Treatment the user has downloaded the app with?

In Swift on iOS, how can I determine what treatment a user has downloaded the app with? I run a Product Page Optimization showing 2 different icons for my iOS app right now. I see a lot more downloads ...
N N's user avatar
  • 1
0 votes
0 answers
12 views

Firebase Auth - SignIn with Google success even if accessToken is invalid

I have a question about the Google SSO and FirebaseAuth library. I have this code class GoogleAuthService { func signIn(completion: @escaping (Error?) -> Void) { guard let ...
Petr Jelínek's user avatar
-2 votes
0 answers
15 views

iOS FairPlay error -42803 for offline playback

The FairPlay license we configured is correctly sharing the content key required for offline playback. But the problem is that - offline playback works once and fails afterwords. AVPlayer Error: Code:...
Preetam Jadakar's user avatar
0 votes
0 answers
17 views

Error "An error has occurred. Try again later" when creating a new app in App Store Connect

I am trying to create a new app in App Store Connect, but I keep encountering an error message saying, "An error has occurred. Try again later." An error has occurred. Try again later. ...
Kiruba kk's user avatar
  • 125
-1 votes
0 answers
10 views

React Native: TypeError: Cannot read property 'isConfigured' of undefined & Reanimated Worklet Error

Issue I'm encountering multiple issues while developing my React Native mobile application. The app runs on the iOS emulator, but I receive the following errors in the terminal: ERROR TypeError: ...
G12G1's user avatar
  • 1
-1 votes
0 answers
9 views

iOS IPA resign issue - Asset validation failed (90179)

While resigning IPA and upload to app store on top of previous version. I see below issue. Asset validation failed (90179) The executable 'Payload/MyApp/Frameworks/MaterialComponents.framework/...
Krishna's user avatar
  • 337
0 votes
0 answers
11 views

Fastlane pipeline iOS: App Distribution halted because it had a problem uploading the IPA

In my iOS application I am facing the issue when trigger the pipeline for distribute the application to firebase at DEV environment. But in production/adhoc environment it was working well and able to ...
SaravanaKumar_TEL's user avatar
0 votes
1 answer
26 views

Get SwiftUI preview to work with NavigationStack

I've abstracted my navigation into a service for my SwiftUI app. When I run it on the simulator or physical device it works perfectly. However, when testing in the #Preview, the navigation doesn't ...
markb's user avatar
  • 1,186
0 votes
1 answer
27 views

Unit testing a published variable

I have a set up like this: class ViewModel: ObservableObject { @Published var data: [Int] = [] func fetchData() { someAPICall() { result in data = result // Assume 10 ...
Shawn Frank's user avatar
  • 5,021
-1 votes
1 answer
15 views

Get location on tap mapkit ios 18

In my app I use a MapReader and onTapGesture to get the coordinates of user tap in order to create markers or detect a click on a MKPolygon. // // CreatingBuildingView.swift // Project_m // // ...
Jean Gabriel Greco's user avatar
0 votes
2 answers
32 views

SwiftUI Handling EnvironmentObject Resets with navigationLink : Avoiding Navigation View Rebuilds

I have the code below where I use a NavigationLink to add multiple child views on button click. However, as soon as I increase the EnvironmentObject value, all views reset, and only ChildView 1 ...
Umair Ahmed's user avatar
-1 votes
0 answers
10 views

App Store iOS App - Push Notification Delivery Issue showing status as Stored - Device Offline

We are experiencing issues with Push Notification delivery in our Live Application. Upon reviewing the Push Notifications console, we have found that out of the 7.294M Priority Notifications sent in ...
Abin Koshy Cheriyan's user avatar
-2 votes
0 answers
17 views

Even if I've Selected Private App Distribution Method to app store and still found that you've selected public distribution on the App Store [closed]

Thank you for your resubmission. Upon further review, we identified additional issues that need your attention. See below for more information. If you have any questions, we are here to help. Reply to ...
MG.'s user avatar
  • 21
-1 votes
1 answer
16 views

How to dynamically switch between @StateObject Classes in Swiftui [closed]

Thats the ContentView, that will access the data of each of the classes. I want to dynamically choose if I want to use Alpha1 or Alpha2. struct ContentView: View { @StateObject private var ...
jonathan's user avatar

15 30 50 per page
1
2 3 4 5
45871