Top "Ios10" questions

iOS 10 is the tenth version of Apple's iOS mobile operating system.

Remove top line from TabBar

On iOS 10 this code doesn't work in order to remove the tabBar shadow line: [[UITabBar appearance] setShadowImage:[[UIImage alloc] init]]; …

ios ios10 tabbar
Failed to chmod user/Library/Developer/CoreSimulator/Devices NO Such File Or directory

When i try to run my app in iPhone 6 simulator, i am getting following error. I am using Xcode 8.1 can …

ios iphone xcode8 ios10 xcode8.1
Cordova app hanging during startup on iOS 10

I just installed Xcode 8 beta in order to test my existing Cordova app in iOS 10 beta (via Simulator). When the …

ios xcode cordova ios10 xcode8-beta2
Open Wifi Settings by "prefs:root=WIFI" failed in iOS 10

I was using prefs:root=WIFI url scheme in my app with prefs entered in info.plist to open directly …

ios wifi ios10
iTunes software service authentication error domain error 434

I am uploading iPhone application using latest xCode 8. I have good internet connection and all the relevant settings set up …

ios xcode app-store-connect ios10 xcode8
libMobileGestalt MobileGestaltSupport.m:153 MobileGestalt.c:550 Xcode Console

I am getting Following messages on Xcode Console View libMobileGestalt MobileGestaltSupport.m:153: pid 231 (myproject) does not have sandbox access for …

ios objective-c iphone xcode ios10
UNUserNotificationCenter didRecieve Response is not called if App is terminated

UNUserNotificationCenter function is not called on clicking Action Button Chat in Notification after 3D Touch if App is not active(…

apple-push-notifications swift3 ios10 xcode8 xcode8-beta3
App TranSport security, allow arbitrary load not working after upgrade to IOS 10.1

I have an app that works fine in ios 9 and 10.0 (I have add the App Transport Security blocking with “Allow …

ios ios10 app-transport-security
Swift 3 - AVCapture custom camera view

I was following through this video to make a custom camera view. https://www.youtube.com/watch?v=w0O3…

swift avfoundation ios10 avcapturesession avcapture