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

Did Everyone know about Netflix game downloading algorithm on IOS? [closed]

We try to build a Games centre App that allow user can download game from our app. but in IOS we can't download directly like Andiron so try the other way like following Netflix game downloading flow ...
Reaksmey soriya's user avatar
0 votes
1 answer
33 views

Extra padding in shell title view (IOS)

When using shell title view, an extra padding space is coming below title view only in IOS. enter image description here Code for TitleView <Shell.TitleView> <Grid ColumnDefinitions=&...
Meghna Singh's user avatar
2 votes
0 answers
27 views

Automatically upload dSYM files to Firebase from Codemagic

I am using Codemagic to build my Flutter app. Furthermore, I am using Firebase Crashlytics to keep track of my app. In order to properly use Firebase Crashlytics I need to upload the dSYM File of each ...
Jan's user avatar
  • 665
0 votes
1 answer
39 views

How to create array of function?

I use this code to perform actions with button tag: func a() { print("a") } func b() { print("b") } let arrayOfActions: [()] = [a(),b()] @objc func buttonAction(sender: ...
user's user avatar
  • 27
0 votes
0 answers
15 views

How to corroct get notification permission in Objc?

I have a way to get push permissions. But what I get every time is not the correct value. How can I rewrite this method? My push permission has been enabled, but it still prints out 555 first and then ...
Beginnerrrrrr's user avatar
-1 votes
0 answers
15 views

Do I need separate license keys for Android and iOS using Scandit DataCapture SDK? [closed]

Question: I'm using the Scandit DataCapture SDK in my Xamarin Forms project, specifically the Scandit.DataCapture.Barcode.Xamarin package. I'm unsure about the licensing process: Do I need to create ...
Chandrika Shanmugam's user avatar
0 votes
0 answers
21 views

WKWebView login session remains active when app is killed and relaunched

I am facing a weird issue in iOS app using WKWebView and this is happening in device but not simulator. We have a button on click of which we are creating a new WKWebView instance and before loading ...
Sangeeta Katvate's user avatar
-1 votes
0 answers
22 views

How to call "AutoFill Password" dialog like click password button in iOS system keyboard?

I want call "AutoFill Password" dialog like click password button in iOS system keyboard. Is Any iOS API can do that? I've try using ASAuthorizationPasswordRequest and ...
Shilai Zhang's user avatar
0 votes
1 answer
37 views

iOS Notification is permanently denied - can't find in settings for manual enabling

I implemented push notification in iOS and android, using APN Apple Push notification and firebase respectively. In iOS first request for notification is from native side (appDelegate/swift code) and ...
Inquisitive Owl's user avatar
0 votes
0 answers
36 views

App crashing when task switches to another app and goes to background when a task is ongoing

I have a view that is set to disappear after 5 seconds and it's working okay normally aside from this scenario: user does the action that makes the view show user immediately switch to another app ...
smekers's user avatar
  • 13
0 votes
0 answers
13 views

how to round corners of path line SwiftUI [duplicate]

when using the CGRect path how can I round the corners, is it possible to round out the bend so the change of the angel is not sharp? struct Line: Shape { var angleHeight: CGFloat = 10 var ...
ProtonFission's user avatar
-1 votes
0 answers
12 views

Target debug_ios_bundle_flutter_assets failed: PathNotFoundException: Cannot open file, path = 'ios/Flutter/AppFrameworkInfo.plist'

So, I'm not an iOS developer and don't really understand what's going on here. I have a Flutter app working on Web and building for android, but when I try to build on iOS simulator the build fails ...
Allan Bastian's user avatar
1 vote
0 answers
26 views

Swift faster way to retrieve exif data from PHAsset

I'm working on a photos app on iOS, where I have to extract the camera information of user's photos for displaying. The problem I am facing is that the process turns out to be extremely slow and ...
Mev's user avatar
  • 1,583
-3 votes
0 answers
15 views

Woo commerce image size [closed]

for weeks now i have been trying to fix an issue i encountered after uploading my product images. I noticed some of the pictures are too zoomed in and do not fit into the frame. Hiw do i fix this. ...
Lesline Abonwoh's user avatar
0 votes
1 answer
51 views

change in viewIndex should rerender the view but it does not [duplicate]

what am I missing? This change in viewIndex should trigger rerender of view but it does not. ViewIndex will change the index of user to use for profileView and it will trigger rerendering. import ...
Suh Dongbin's user avatar

15 30 50 per page
1 2 3
4
5
17