Questions tagged [ios13.1.2]
9 questions
1
vote
0 answers
Google map freeze application in ios swift
After tapping some location in google map application get freeze or crash.
Getting error like :
Class _NSZombie_GMSx_GMMResourceRequestProto is implemented in
both ?? (0x2821d0d20) and ?? (0x2821d4060). One of the two will be
used. Which one…

Vrujesh Modi
- 11
- 2
1
vote
0 answers
Crash in iOS13.1 and above
There is a crash in iOS 13.1 and above. The crash occurred on the system library of the child thread. I don't know what happened? I tried to reproduce the crash, but it didn't work. Here is the stack:
#5 Thread
SIGSEGV
SEGV_ACCERR
libobjc.A.dylib…

Yvan
- 11
- 2
1
vote
1 answer
Issues upgrading ios13.1 to 13.2 - NavigationLink - tried to pop to a view controller that doesn't exist
I built an app using both UIKit and swiftUI.
It worked fine with ios13.1 but with ios 13.2 I have bugs:
I'm showing a SwiftUI View in a UIViewController (using HostingController). This view is composed with elements wrapped in NavigationLink.
When…

Emilie BELLIER
- 41
- 7
1
vote
0 answers
An app Api Services not working With Mobile Data but same working with WiFI in iOS13
Operation System : iOS 13
Network Library: Alamofire
XCode Version: 10.3
I noticed one thing that Same App is not showing in setting.

Pawan Kumar
- 508
- 3
- 19
1
vote
1 answer
How can I present an overlay above the keyboard in SwiftUI?
I have a screen in my app that automatically displays a keyboard when the screen is presented. The screen allows users to enter their mobile number. In order to select a dialling code, the user needs to tap a button which will then trigger the…

LondonGuy
- 10,778
- 11
- 79
- 151
0
votes
1 answer
location disabled from Privacy->Location Services -> off in iPhone
How to add custom message if location disabled from Privacy->Location Services -> off. I am using iPhone11 and getting apple issues as to add description about application if disabled also. Please suggest.

Gauri Shankar
- 57
- 1
- 9
0
votes
1 answer
iOS 13 PHP Script payload for Push notification
I just come to know that iOS 13 have changed Push notification device token and Payload.
I have update App and published it. Now, We have server in Php, We send both alert and silent notification to the users.
I have gone through…

nadim
- 776
- 1
- 12
- 26
0
votes
1 answer
iOS 13 orientation changed forcefully
I have an app and it's working fine as expected in iOS 12 and below. I am only supporting portrait mode in my app. Now in iOS 13 what happens is If I open camera to capture video and rotates the device camera rotates but when I tap on choose video…

Rahul Vyas
- 28,260
- 49
- 182
- 256
-1
votes
1 answer
multiple windows arrangement by setting window.windowLevel works on iOS 13 but not on iOS 12
In our application, we present 3 viewControllers on 3 different UIWindows.
We had issue with arrangement of these modals. I tried to fix the issue by adjusting the window.windowLevel property for each UIWindow.
For some unknown reason, the fix works…

Haseeb Iqbal
- 1,455
- 13
- 20