29 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
288
views
why I m getting clang error when i run on Xcode 12?
I am facing clang error when I am trying to run the source in Xcode 12.5 But it is working fine in 11.4
In file included from :1: PrefixHeader.pch:15:2: fatal error: malformed or corrupted AST file: '...
1
vote
0
answers
75
views
App built in release mode using Xcode 11 getting crashed in iOS 11.3 while launching
I have built my application in Xcode 11 and it is launching in all iOS version from 10 to 13.1 under debug mode. But in iOS 11.3 under release mode(After archiving), my app is getting crashed when ...
0
votes
1
answer
399
views
UITableview Flickering in ios 11 while working correctly in iOS 10.2
I am trying to update my cell size when I click on particular cell.My table gets update perfectly in iOS 10.2 but my table flickers when I run my code on iOS 11 .I am also getting warning in iOS 11 ...
0
votes
1
answer
38
views
Unable to get file name Uning UIImagePickerController
I am newbie in swift i stuck in a little problem. I am attaching image using UIImagePickerController. Good thing is that successfully attached an image but unable to get attached file name. I tried ...
6
votes
1
answer
7k
views
Push notification is not working when app is in background (minimized) - iOS
I'm newbie to Swift, I am creating chat application, I need to send notification when app is in foreground or minimized.
But I am not getting the notification when app is minimized (it works when USB ...
1
vote
0
answers
74
views
Debugging Issues using iOS Web Inspector
I have a web application project which is built using asp.net mvc. It is built with custom views for mobile devices and combines a combination of knockout and razor bindings. The app started crashing ...
2
votes
3
answers
5k
views
Can't set httpBody on WKWebView POST request in iOS11.3
following code
var webView: WKWebView!
override func loadView() {
super.loadView()
self.webView = WKWebView(frame: .zero)
view = webView
}
override func viewDidLoad() {
super....
46
votes
0
answers
2k
views
What is `Can't find variable: loadHomepageTiles` error on iOS 11.3 [closed]
I recently came across this error message: Can't find variable: loadHomepageTiles on our error logs from one of our angularjs 1.6 mobile applications.
This seems to only happen on iOS devices running ...
5
votes
2
answers
8k
views
How to disable viewport zooming in iOS 11.3 safari?
I ve tried all (yes all!!!) the solutions from this question and nothing seems to be working with iOS 11.3?
Did someone had success with preventing pinch to zoom with ios 11.3?
PS: I know that there ...
1
vote
1
answer
202
views
Reading Image Files iOS 11.3 and 11.4 in native Webview Cordova/Phonegap app
In the context of an HTML/Cordova app: Before iOS 11.3 you could use an an input with type="file" in your html to open the Photos library in iOS and select an image. Then using FileReader you could do ...
0
votes
0
answers
31
views
Set NSArray as a property of custom class
I have created one sub class / custom class of UIView
Here is MultiColorView.h file.
#import <UIKit/UIKit.h>
@interface MultiColorView : UIView
@property (strong, nonatomic) NSArray *colors; //...
3
votes
0
answers
319
views
API request failed on iOS 11.3/11.4 when called through VPN connection
VPN connection created successfully on iOS 10 and also API request executes successfully.
Also, VPN connection created successfully on iOS 11.3 and 11.4 but API request get failed and showing below ...
4
votes
0
answers
645
views
How to achieve greater accuracy in measuring distance using ARKit?
I have optimized ARular app according to my requirement. I have to calculate width of the objects in vertical planes.
Both apps (ARular and my modified app) calculates width of the object within close ...
2
votes
0
answers
251
views
IOS 11.3 PWA clears login token on startup
Unfortunately it seems IOS 11.3 progressive web apps start completely fresh every time its opened from the home screen. Because of this the user is having to login each time the app is opened, has ...
0
votes
2
answers
1k
views
Firebase Storage Download Response Error
I have been able to successfully upload images to firebase storage but have been unable to successfully download the image.
I have attempted to download images in all three of the suggested ways on ...