9,257 questions
0
votes
1
answer
124
views
Are iOS MDM profile config file meant to be public?
Below is my sample MDM profile.mobileconfig file.
<plist version="1.0">
<dict>
<key>PayloadContent</key>
<array>
<dict>
<key>...
5
votes
1
answer
764
views
Compatibility of named colors below iOS 11
I need to implement the dark mode in my iOS app which runs on iOS 8+. Also I have custom colors defined in color assets with RGB codes for both light and dark appearance.
The problem is named colors ...
0
votes
2
answers
835
views
iOS12, kReachabilityChangedNotification is not worked
iOS 12 version is not work to kReachabilityChangedNotification.
(The networking change Notification.
NO accessibility technology)
but iOS 8 version is good working.
what happend?
Xcode version ...
1
vote
2
answers
4k
views
How to add buttons to wkWebView?
Because we make wkWebView as the root view, the button I added on my layout doesn't appear on screen. Then I tried to add wkWebView as a subview of the root view, but the app crashes. Then I found ...
0
votes
0
answers
200
views
iOS 8 - show incoming call when app is not active (without CallKit)
I received incoming call requests using PushKit/VoIP. The problem is I cannot launch the app to show incoming call screen since CallKit is not available prior to iOS 10.
I have succeeded to show ...
0
votes
1
answer
90
views
pangestures interactive like mail app in iOS
I want to give support for iOS 8 and above like tableview row actions with animations like the mail app. I have added the pan gesture to the cell and trying to stop the cell from moving up and down ...
-1
votes
1
answer
229
views
Animating swipe actions in tableview
I want to animate tableview row actions like the mail app . I don't like to use third party libraries .I want to try on my own .And how to add the full swipe functionality like mail app ?
For sample ...
-1
votes
1
answer
128
views
ASIHTTPREQUEST not working as expected in iOS 8.3
I have used asihttprequest classes in my app for calling web-api.
But now it's not working in iOS 8.3 as well as in iOS 11+ and already full app was developed so can't change whole asihttprequest to ...
1
vote
1
answer
931
views
Xcode 9 - Safe Area Layout Guides Error Comes Back
I am making a game in SpriteKit for iOS, and I want my app to support iOS 8.0 devices. I changed my deployment target to 8.0, and suddenly I have an error:
Main.storyboard:7Ti-J4-z1q: error: Safe ...
2
votes
1
answer
143
views
Using spotlight in iOS app with deployment target iOS 8
I have iOS app with minimal deployment target set to iOS 8.0 and I want to enable spotlight search in it. I understand that spotlight search can be used only in iOS 9 and higher. That is why in my ...
0
votes
0
answers
58
views
Issue with UIImage on older iOS versions [duplicate]
I'm having a weird issue with UIImage. I assigned an image directly to a UIImageView on the storyboard and it works fine on iOS 11 but this app still needs support for iOS 8 and there the image looks ...
0
votes
0
answers
195
views
How do you launch an iOS app in the current device orientation?
I'm working with Xamarin and am having troubles launching my app in the current device orientation.
I have a UINavigationController that I set on my main UIWindow as the root controller. I created a ...
0
votes
0
answers
59
views
uiimageview.image appears to be warped on iOS 8 simulator
The problem is I no longer have any access to any devices that run iOS 8, so I can't confirm whether this only happens in the simulator.
Nothing special with the code. just imageView.image = ...
1
vote
1
answer
134
views
Codename One - Can't read from socket on real device
I'm developing an iOS app, using Codename One. I extended the SocketConnection class, in order to receive data from a server.
class CustomSocketConnection extends SocketConnection {
private ...
0
votes
0
answers
73
views
iPhone X backward compatibility to cater devices below iOS 8 versions and future compatibility [duplicate]
I am trying to make my iOS app iPhone X compatible by using Safe Area, but in this process it is only running when I check iOS 9 and above to build. This means other devices with iOS versions 8 and ...