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
2 answers
98 views
+50

Check iPhone vs iPad device type on background thread

I have this code: public enum DeviceUtil { public static var isPhone: Bool { return UIDevice.current.userInterfaceIdiom == .phone } } And I got warning saying UIDevice API has to be on the ...
OMGPOP's user avatar
  • 1,308
0 votes
0 answers
36 views
+50

Pixi-viewport not responding after app(iOS) switches state from inactive to active

I am facing an issue when my simple capacitor application switches state from inactive to active state PIXI-viewport not responding(or I would say content not rendering, stacked. It happened when I ...
Pratik Prajapati's user avatar
2 votes
1 answer
47 views
+50

Apple App Development - Code Signing Complexities

We are new to Apple iOS development. Our team comprise of few internal developers and few external contractors. We develop using React Native and using a basic Fastlane app for building the apps and ...
Ishan Hettiarachchi's user avatar
1 vote
0 answers
70 views
+50

TextField sometimes fails to paste OTP code from keyboard suggestion

I've noticed that the one-time-password from keyboard suggestions sometimes fails to paste into my text field in my SwiftUI iOS app. Most of the time it works, but sometimes the first time I click the ...
wristbands's user avatar
  • 1,259
-1 votes
0 answers
28 views
+100

SecurityError: The operation is insecure on iOS in Next.js Project

I'm encountering a persistent SecurityError: The operation is insecure. issue in my Next.js project, but only on iOS devices. I've reviewed several related posts that suggest it could be a Firefox-...
Ajouve's user avatar
  • 9,957