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
12 views

How to upload large files in KMM using ktor?

I am looking for solution to upload large files(1 GB or more) in KMM using Ktor. If i use ByteArray its not efficient and produces out of memory issue. Is There any way in ktor to upload files using ...
Jagdish Jangir's user avatar
0 votes
0 answers
14 views

Unable to create file in specified directory because of security scope resource errors in iOS app

Goal: A user selects a folder in Files app where they would create files in that folder. This is an iOS app. This folder path is saved in the iOS app, using this app user would create file ...
user4150758's user avatar
-1 votes
0 answers
7 views

How to implement iOS 18 AI/Siri animation using UIKit

I want to implement the this effect in my app (A colorful wave around screen) using UIKit. Maybe called ColorfulWaveView and I can add it to UIWindow so that my app can use this effect. I tried many ...
luckysmg's user avatar
  • 331
-1 votes
0 answers
8 views

How to upload a video using ktor in iOS?

I've a kmm project. I am trying to upload a video. For small files I can convert Data to ByteArray, but what to do about videos > 30MBs? For android, I convert File to ByteReadChannel and set as ...
Akshat's user avatar
  • 1
0 votes
0 answers
9 views

microsoft.identitymode.tokens.audienceurivalidationfailedexception was thrown while trying to open One Drive document in WKWebView in iOS app

I am working in iOS app needs to be opened One Drive attachments in WKWebView. Sample One Drive document is https://***.sharepoint.com/personal/*****_onmicrosoft_com/_layouts/15/Doc.aspx?sourcedoc=%...
Sanjay Borkakoty's user avatar
-1 votes
0 answers
23 views

Deploy iOS MAUI App to Mac? (Not MacCatalyst)

I'm not sure if this is can even be done, but is it possible to deploy the iOS version of a MAUI app to the local Mac I'm developing on? I'm not referring to MacCatalyst, I want to run the iOS version ...
MT.'s user avatar
  • 221
-1 votes
1 answer
15 views

Unexpected Behaviour from PHPickerFilter in SwiftUI

I am trying to filter out live photos and videos however. This filter does not work: I am trying to filter out live photos and videos. However, I am getting some unexpected results. Doing the ...
David's user avatar
  • 1
0 votes
0 answers
23 views

How to change TurpleView<_VariadicView.Children> to Custom View?

Several Views were received as 'TurpleView<_VariadicView.Children>'. struct View1: View { var body: some View { VStack { Text("page!") } } } struct ...
OlderPeo's user avatar
-2 votes
0 answers
20 views

Strange icon on UItextField iOS Swift

Image I am getting a strange icon shown in the picture on top of the UITextField in iOS Swift. I would greatly appreciate any help. One more thing I am using UIFloatLabelTextField. Regards, There is ...
Bin yamin's user avatar
-1 votes
0 answers
8 views

Is there a way to make an Ionic iOS app interpret floating point numbers as Decimal instead of Double? [closed]

I have a mobile application developed with Ionic 6 (Angular) for both Android and iOS. The software that this app corresponds to allows users to model data in tables, like a relational data base. The ...
Bruno Maglioni's user avatar
0 votes
1 answer
18 views

Get Video Thumbnail Image Asynchronously in SwiftUI with Xcode 16

public func getVideoThumbnailImage(url: URL) -> Image { let urlAsset = AVURLAsset(url: url, options: nil) let assetImageGenerator = AVAssetImageGenerator(asset: urlAsset) assetImageGenerator....
OsmanBalci's user avatar
-3 votes
1 answer
18 views

How to Structure a Firebase Database and Query Documents from District in Swift? [closed]

I am developing an app using SwiftUI and Swift. I have a Firebase database with the following structure: Collection named products, Documents representing countries, Subcollections representing ...
Ron Tabachnik's user avatar
-1 votes
0 answers
7 views

App Store - App Privacy - Incorrect information about app?

I would like to know why an app can ask for location but “App privacy” under apple “App Store“ implies that no gps location is asked. Is “app privacy” an unreliable source of information?
Jonas A. Xavier's user avatar
0 votes
0 answers
15 views

Enterprise Application Distribution Certificates and "iOS Distribution Managed"

I'm at a loss regarding the current way Apple has recently changed Enterprise Application distribution. Normally I would expect to find two distribution certificates, my current one which has only a ...
Nostradamus's user avatar
  • 1,561
0 votes
0 answers
19 views

Image recognition CoreMl + SwiftUi.... Issue with view

I'm experiencing an issue with my SwiftUI project that uses Firebase and a CoreML model for image recognition. Despite adding various debug print statements, the process doesn't proceed beyond the ...
user102623's user avatar

15 30 50 per page
1
2 3 4 5
14