Skip to main content

All Questions

Tagged with
0 votes
0 answers
36 views

Trying to use Custom URL for opening my app, APP Delegate is not working

I am using custom url, minimum iOS version is 10, so I am using App delegate. I declared the required thing is info.plist app, is opening fine but, I am not getting callback in logs through app ...
Nishtha Verma's user avatar
1 vote
2 answers
925 views

Insecure.MD5 in iOS13.0 get incorrect result

When I use Insecure.MD5.hash(data: data) to get a md5 result of a data, I found in iOS 13.0 the result is incorrected, this is my code: if let data = "helloworld".data(using: .utf8) { ...
Yosmative's user avatar
0 votes
0 answers
308 views

using SwiftUI, when scrolling, VStack inside Section shrinks and expands

I'm trying to make simple testing app with Buttons and Options for Button action. target is iOS 13.0 for backward compatibility. expected smooth scroll just like other iOS app does, but it stutters. ...
Ggumdori's user avatar
0 votes
1 answer
1k views

IOS 13 webview keyboard messes up with webview display

I am displaying this contact form inside my webview but when I click on the bottom most text area it focuses on it and moves the point of view into the center ( I think this is a normal / desirable ...
Johji's user avatar
  • 250
1 vote
0 answers
55 views

iOS 13 - In-App Purchase doesn't work anymore?

Since some days, on my apps, the ratio in-app sales/users dropped completely on iOS 13 (8% users and <2% sales, probably renewals). At the same time, I noticed on my iOS 13.7 iPhone that the IAPs ...
Mickanside's user avatar
0 votes
1 answer
506 views

Apple Sign In for iOS 12

We have users using our application in iOS 10,11,12 and 13 and where we are using third party Sign In like facebook and Google. Recently it is mandatory to have "Sign in with Apple" if we ...
KNow's user avatar
  • 163
0 votes
1 answer
175 views

UIPanGestureRecognizer not working on iOS 13.0

I am setting UIPanGestureRecognizer on my view and my code working on iOS version before 13.0 but in 13.0 it is not working and also I debugged my code it is running all fine but it is not translating ...
A.s.ALI's user avatar
  • 2,072
0 votes
2 answers
2k views

Gradient Stroke On UILabel Text

PS: I have solved it by adding mask on layer of targetView I have a scenario in which I have to Stroke UIlabel text with Gradient color I have find every link related to stroke color but they are only ...
Hammer Class's user avatar
0 votes
1 answer
2k views

Ionic Cordova - iOS 12 and 13 pushing footer buttons beyond safe area

I have an app written in Ionic v1, Cordova, and AngularJS 1.5.3. The problem that I have does not occur on Android devices at all. iPhones tested on: iPhone SE, iPhone 8, iPhone X, and iPhone XR. For ...
user1261710's user avatar
  • 2,629
1 vote
1 answer
6k views

Ionic Cordova - iPhone X safe area has changed with iOS 13+

I'm writing an app with cordova, Ionic v1, and AngularJS 1.5.3. ionic info Ionic: ionic (Ionic CLI) : 4.10.3 (C:\Users\User\node_modules\ionic) Ionic Framework : ionic1 1.3.5 @ionic/v1-...
user1261710's user avatar
  • 2,629
-2 votes
1 answer
1k views

How do you get the results from a UIDatePicker upon change?

My app broke when iOS 13 was released and I can't figure out how to fix it (Yes, yes, I know iOS 13 has been out for a while, I'm just getting around to looking into this). I have a UIDatePicker which ...
jammyman34's user avatar
  • 1,399
3 votes
1 answer
6k views

How to fetch SSID in iOS device with iOS 13

I have an Objective-C iPhone application and Currently I am using below code to get the connected Wifi name. But it is not working in iOS 13. How can I get the connected Wifi SSID in iOS 13? Currently ...
Wide Angle Technology's user avatar
0 votes
0 answers
64 views

I got "BE" appended text after year in date picker. I searched for it but I didn't get any success

I am getting "BE" as postfix in year(in a date picker). This issue is not for all devices. Issue appears only in one of my client's device and he is using iOS 13.5.1(latest) My code for ...
Manan's user avatar
  • 1
0 votes
0 answers
124 views

How to Rotate Only One View Controller to Landscape Orientation in iOS 13?

I am trying to rotate one view while all other views are fixed to portrait. I tried this above code, and It works perfectly in iOS 10, 11 and 12. - (UIInterfaceOrientationMask)application:(...
TienLe's user avatar
  • 623
1 vote
0 answers
465 views

How to read the data from iOS 13 NFC

Can any body suggest working examples to read data from epassport via NFC chip using BAC/PACE. I know that there are lot of steps to implement BAC/PACE.
Raknasavis's user avatar

15 30 50 per page
1
2 3 4 5 6