Skip to main content

Questions tagged [ios10]

iOS 10 is the tenth version of Apple's iOS mobile operating system. It was announced at the company's Apple Worldwide Developers Conference (WWDC) on June 13, 2016. The ios10 tag should be used for questions specific to Apple's iOS 10 operating system. General iOS questions should use the ios tag.

0 votes
0 answers
133 views

How to make .endswith work in OS 11 chrome and safari?

const trimEnd = str => str.endsWith('/') ? str.slice(0, -1) : str; const filterWithValue = str => str.length; Why wouldnt this work on ...
Vzupo's user avatar
  • 1,458
-2 votes
1 answer
196 views

How to fetch/store cookies from WKWebView in ios10?

I am unable to fetch/store cookies from WKWebView in ios 10. Could you please help me to resolve this?
bAthi's user avatar
  • 351
21 votes
2 answers
6k views

iOS simulator version doesn't appear - Xcode 12.2

I want to test my app in iOS 10, I'm just have tried the flow of add a new iOS simulator like I've made in the past, but the iOS version that I downloaded dons't appear in the list. I'm using the ...
M. Mansuelli's user avatar
  • 1,113
5 votes
1 answer
2k views

Convert a video into an IOS Live Photo format without an Apple device

I'm currently making live/animated wallpapers for Android phones, which is pretty easy with GIF/Mp4 files. But I would also like to make the live wallpapers compatible natively with ios/iPhones. I've ...
Yokiie's user avatar
  • 51
1 vote
0 answers
248 views

unable to open url: tel xxx by Linking.openURL(jumpUrl) in ios 10

When I code in my xxx.tsx file with the below content: const jumpUrl = "tel:" + mobileNumber; Linking.openURL(jumpUrl); After then, In our crash monitor website, I found that the MRN crash ...
OolongMilkTea's user avatar
-2 votes
1 answer
360 views

Paytm payments integration doesn't work on iOS 10

I am trying to integrate paytm payments using Paytm_iOS_App_Kit https://github.com/Paytm-Payments/Paytm_iOS_App_Kit Using this example in link https://developer.paytm.com/docs/v1/ios-sdk/ It ...
Phani Bob's user avatar
  • 795
0 votes
1 answer
236 views

iOS app crash at launch iOS 10 using XCode 11.3.1

I am getting an error when launching the app. I am building the app using XCode 11.3.1 and running app on iOS 10.3.1 App crash it does not even call didfinishlaunch This is what I see in crash ...
Mohammad Parvez's user avatar
1 vote
0 answers
457 views

Create-react-app: Invalid unicode escape in identifier on Safari iOS10

I am having trouble getting a create-react-app 3.4.1 build running on iOS 10 safari. It runs fine in development (npm run), but after building it, accessing the site throws the following error in the ...
adriansteffan's user avatar
1 vote
1 answer
109 views

iOS 10 NSNumber crash with enumerations

I am having a very weird issue relating to NSNumber objects for my enumerated values and access to them on a device running iOS os version 10. Just as a disclaimer - this issue does not happen in ...
tomerpacific's user avatar
  • 5,739
1 vote
0 answers
346 views

UiTableView Swipe Actions at left or leading on iOS10

I am developing app support iOS9 & iOS 10 and later I want to Add edit actions to table view rows I know it's been possible since iOS 8 but only on the right (trailing) side. The new style swipe ...
Mohamed Helmy's user avatar
1 vote
0 answers
169 views

crash in iOS 10 and iOS 9 with CoreFoundation - common_removeAllObjects

Crashed: com.apple.main-thread EXC_BAD_ACCESS KERN_INVALID_ADDRESS 0x0000000000000020 common_removeAllObjects CoreFoundation common_removeAllObjects + 156 The above given is the stack trace.Not able ...
sreehari's user avatar
0 votes
0 answers
201 views

KVO: Could not demangle keypath on iOS 10.3.4 iPhone 5

So i was working on private framework that uses camera (so this framework is tested with a device) and decide to use some KVO. i set the minimum version of iOS to 9 in my project. when i tried to ...
Ghean Ginanjar Adiguna's user avatar
0 votes
0 answers
47 views

Custom Class Sprite Kit, don't work init by name for iOS 10 (Xcode 11.3.1)

I have a parent class that is inherited from the standard SKScene, named as - SKSParent. It is created to perform the parent function of creating custom scenes by identifier. The problem is that when ...
VladislavT's user avatar
1 vote
2 answers
329 views

iOS Build to Device Not Working when Deployment Target is below iOS 13.0

Background: Everything worked fine a few days ago... I was able to build to device apps with a deployment target of 10.3. Today, they will only build to devices when the deployment target is set to ...
Karl Barek's user avatar
0 votes
2 answers
3k views

Xcode 11, with an iOS 10.3.3 device, there is no "Connect via Network" in Devices and Simulators dialog

Is there some reason that I won't be able to use "Connect via Network" in Xcode 11.2.1 to debug an iPhone 5c which has iOS 10.3.3 installed? It works fine with my iPhone 7 Plus which has iOS ...
Paul's user avatar
  • 115

15 30 50 per page
1
2 3 4 5
188