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.

0 votes
1 answer
23 views

Upload flutter macOS app to TestFlight with fastlane

I want to use Github Actions to upload a macOS app to TestFlight. For iOS I do the following: flutter build ipa --export-options-plist=${{ github.workspace }}/ios/exportOptions.plist Then with ...
Adam Zarn's user avatar
  • 2,050
1 vote
0 answers
21 views

Setting Audio Input node for AVAudioEngine causes outside audio to stop

I'm building an app that will allow users to record voice notes. The functionality of all that is working great; I'm trying to now implement changes to the AudioSession to manage possible audio ...
narner's user avatar
  • 3,187
-2 votes
1 answer
64 views

Escaped Double Quote in Swift breaking JSONDecoder decode

If you open a play ground and paste this code, you'll notice that the decoded object is nil. The JSON object [{"transcript":"A person might say, \"Hello\"."}] passes any ...
Saamer's user avatar
  • 4,969
0 votes
0 answers
52 views

Crash on the TextView in the ForEach wrapped to the ScrollView and programmatically set FocusState

I have a crash in my apps(6 different apps) on the TextField. I have a code for adding players with TextField in the ForEach and wrapped to ScrollView My code: @StateObject var viewState: ...
Artem Tishchenko's user avatar
0 votes
0 answers
21 views

In-App Purchases - Is it possible to reset purchase history for TestFlight testers?

I am currently trying to add In-App purchase subscription choices (one monthly and one yearly) to my app using SubscriptionStoreView and the modifiers .onInAppPurchaseCompletion, ....
KatM's user avatar
  • 95
0 votes
0 answers
13 views

Web camera zoom in/zoom out

I want to add zoom-in/zoom-out logic for my web camera, with this version it works only via input onChange, but I need to remove the input...do you have a suggestion on how can I make it without input?...
Emili's user avatar
  • 1
0 votes
0 answers
18 views

React Native app not configured for iPad, big black border on iPad

I am creating a React native app specifically for an iPad and i am using vscode on Windows. My app runs fine on Expo Go but when I did a production build it didn't format for iPad it has a big black ...
Lance Pallo's user avatar
0 votes
0 answers
26 views

UITableViewCell reload while scrolling the screen

I have this UITableView in my iOS chat application, I'm using NSFetchedResultsController to fetch new messages from Coredata and show them to the screen. Insert a new message to the bottom of the ...
YosiFZ's user avatar
  • 7,872
0 votes
0 answers
24 views

SwiftUI - How to get a list or loop over the properties of a built-in struct, like UnitPoint?

I am building an interface where I want to allow the user to select an anchor point for rotation - from a Picker for now. The expected values are of UnitPoint type, which allows for options like ....
27shutterclicks's user avatar
0 votes
2 answers
34 views

SwiftUI - How to distinguish tap gestures when there is a button inside a bigger area that has a tap gesture?

I have a List and in each row I put a button at the left end and a text label on the right next to it. I want this button to have an action and the entire row to also have a tap gesture. So how can I ...
HelloVictor2000's user avatar
0 votes
0 answers
31 views

How to make instant app and app clip from React Native app?

I have a react native app built on top of ignite template. I use react navigation like this: import React from "react" import { ImageSourcePropType, useColorScheme } from "react-native&...
portgas d. ace's user avatar
0 votes
0 answers
12 views

iOS Realtime Firebase Remote Config listener addOnConfigUpdateListener not returning the callback

I have been trying to implement the Firebase realtime remote config API. I already had the Firebase implementation added in the project. Recently have been trying to implement ...
Shailesh's user avatar
  • 3,108
0 votes
1 answer
27 views

Change the Background of Pickers/Toggle in SwiftUI

I'm creating a basic app for meditation to continue learning SwiftUI. I am unsure how to get the Picker and Toggle views to have the same background as is being used within the Form, that is, not the ....
xFG.ai's user avatar
  • 1
0 votes
0 answers
19 views

Flutter iOS Stimulator Permission Handler Location

I have an iOS app developed on Flutter and I am stuck at the allow to access location step. I have the permission_handler: ^11.3.1 included in my .yaml file. I have added the following keys in my Info....
user1204563's user avatar
0 votes
1 answer
42 views

How to infinitely loop and move image in swiftUI in intervals?

So I have an image whose width is greater than screen width. And I wanna move it across the screen in horizontal direction. Currently, I am able to animate it seamlessly but it is a continuous ...
Coder's user avatar
  • 538

15 30 50 per page
1
3 4
5
6 7
16