Skip to main content

All Questions

Tagged with
-1 votes
2 answers
2k views

Calculating Wi-Fi strength problematically [duplicate]

I want to get the device Wi-Fi strength, but found no straightforward way to accomplish this Right now I have this which used to work before iOS 13 however now I get this crash. func wifiStrength() -&...
Ferdinand Loesch's user avatar
1 vote
1 answer
474 views

How do I change the statusBarStyle using the statusBarManager in iOS 13.0+

I am trying to change the status bar style in my iOS 13.0 app but when I use the code; UIApplication.shared.statusBarStyle = .lightContent I get the warning in Xcode; 'statusBarStyle' was ...
Stephen501's user avatar
5 votes
1 answer
2k views

System Image for UIButton appears in iOS14, but not in iOS13

I set system images for UIButtons and also in the tab bar. This works for iOS 14, but on iOS 13 the images are missing. What could be the reason, for the system images to be missing on iOS 13? Details:...
Rainer Schwarze's user avatar
8 votes
3 answers
6k views

ITMS 90433 Error for uploading app: Xcode 12.4

When I submit my app to App Store as TestFlight, my app goes invalid binary. Error message is give as follows: .... ITMS-90433: Invalid Swift Support - The file libswiftAVFoundation.dylib doesn’t ...
Jeff Bootsholz's user avatar
0 votes
0 answers
129 views

iOS 13 Transparent Toolbar

I'm trying to recreate the iOS13 Reminders toolbar appearance but am struggling with the translucent transition. If I change the backgroundImage and shadowImage to an empty image I can recreate the ...
Ingmar van Hulzen's user avatar
0 votes
0 answers
70 views

UIAlertController Title Color

How can I change UIAlertController title color for iOS version above 12? Below code works only for ios Version below 13 :- let attributedString = NSAttributedString(string: "Title", ...
Bhanu Kashyap's user avatar
8 votes
3 answers
15k views

Xcode error: Signing for ... requires a development team

I am trying to test my app on my iPhone 8. Since I do not have an Apple Developer Account, I have followed this tutorial: https://ionicframework.com/blog/deploying-to-a-device-without-an-apple-...
ntlarry's user avatar
  • 250
0 votes
2 answers
893 views

iOS13 - UIButton title color only showing black or white instead of in orange

The orange colours show up fine on iphoneXR (device) that has iOS14 and stay orange between dark and light mode. But on an iphone 11 with iOS13 (device), the title colour shows up only as black or ...
Ekam Singh's user avatar
0 votes
0 answers
472 views

What is the order of unit test cases in XCode 12?

Note: Answers to similar, existing questions are unfortunately hopelessly outdated and based on older versions of XCode. I created this question because I could not find an answer that was later than ...
Winston Du's user avatar
0 votes
3 answers
388 views

Apps complied with xCode 11.7 but running on iOS 14+ issues

So I made the "mistake" of upgrading one of my devices to iOS 14 (currently iOS 14.0.1), which I found out that now I can NO longer deploy to that device via xCode, since I am still ...
Learn2Code's user avatar
  • 2,210
0 votes
2 answers
1k views

Ios13: performFetchWithCompletionHandler not getting called anymore

I notice a strange bug today, my performFetchWithCompletionHandler is not getting called anymore in my iOS 13 iPhone (And it's was working perfectly in my old iOS 11 when I implemented it) In Delphi ...
zeus's user avatar
  • 12.6k
-1 votes
1 answer
79 views

Xcode 11 running on Mojave fails despite Apple's documentation saying Mojave is supported

I'm trying to get Xcode 11 to run on my Mojave mac to build for the minimum iOS requirement (iOS 13). I deleted Xcode 10 because trying to upload to App Store, Xcode says: "you need a newer ...
quantumpotato's user avatar
2 votes
1 answer
2k views

iOS 13 Swift 5 wkwebview - display image from documents directory into wkwebview real device

I have an app with downloaded images to be displayed in local html in WKWEBVIEW. Everything is working fine but it is not showing image on iPhone device the html is "\n<img src="images/...
iMinion's user avatar
  • 159
0 votes
1 answer
2k views

VOIP notification is being missing or delay

How do I know that my device is blocked from receiving VoIP notifications? The application stops receiving VoIP notifications after receiving for 3-4 times. I understand that from iOS 13 VoIP ...
Rushang Prajapati's user avatar
2 votes
2 answers
5k views

App transport Security load Error even after adding it

Even after adding App Transport Security Settings and Allow Arbitrary Loads under it I'm still getting the same error - "App Transport Security has blocked a cleartext HTTP (http://) resource ...
2apreety18's user avatar

15 30 50 per page
1
2 3 4 5
��
16