Questions tagged [ios11.2]
48 questions
2
votes
0 answers
iOS 11.2 delivered notifications from notification centre don't remove
I have been using removeDeliveredNotificationsWithIdentifiers: and removePendingNotificationRequestsWithIdentifiers methods to remove local notification from the notification centre.
It has been working perfectly until I updated my device to iOS…

Saleh
- 380
- 3
- 19
2
votes
0 answers
ios 11.2.1 Notifications being cleared
I developed an app which heavily depends on local notifications. Since upgrading to ios 11.2.1 the behavior changed without any changes in my code.
In the previous version until 11.2.0, if there were multiple notifications from the same app in…

Petr
- 183
- 1
- 1
- 11
2
votes
0 answers
UIWebView loadHTMLString in swift 4 NSURLConnection finished with error - code -1002
I am getting below error when loading html string in webview
NSURLConnection finished with error - code -1002
I am not getting this error in iOS 9.3, only getting in iOS 11.2.
webView.loadHTMLString(htmlString, baseURL:nil)

Rajesh Maurya
- 3,026
- 4
- 19
- 37
1
vote
0 answers
Cordova - Securing stored data on iOS without KeyChain
I have a Cordova app on iOS that currently stores data using localStorage for offline use. This data can be viewed in plain text if the user has root access (either on a jailbroken phone or with sideloaded apps).
I would like to secure this data.…

David
- 11
- 2
1
vote
0 answers
iOS11.2 iPad landscape, static split view, new SearchController, SearchBar usage spacing issue
New to Xcode/Swift, learning to use new SearchController methods (nav item, not table header). Dev'ing iPad landscape static split view app and search works fine, but has following UI behavior:
This is the starting point (master list before pull…

Steven
- 23
- 1
- 6
1
vote
0 answers
PJSIP IPv6 registration issue in iOS 11.2.5
We have integrated PJSIP based SDK in our app and We are doing registration two times at the time of app launch.
First time with "SIP EndpointId, Pwd"
status = pjsua_acc_add(&acc_cfg, PJ_TRUE, &acc_id);
NSLog(@"Status of registration,…

Cherry
- 699
- 1
- 7
- 20
1
vote
1 answer
UI Difference in IOS 11 and Lower versions
In my application while designing the UI i am facing some UI Issue.
The Top contraints I am setting in story board are coming same in IOS 11 but in versions lower to that UI is moving up. Please see the attached image
As you can see image in IOS…

Shruti
- 1,849
- 1
- 13
- 21
1
vote
1 answer
IOS 11: Hide TableView does not working
Hi I can't hide my table view using [self.autocompleteTableView setHidden:YES];, but It works on ios 10 but in ios 11 it's not hiding the table view.
Anybody could help me?
There's my code:
-(void) seachBarSetup{
self.autocompleteTableView =…

Alfredo Luco G
- 876
- 7
- 18
1
vote
1 answer
Ionic cordova keyboard accessory bar overlaping with keyboard in iPhone X when we open Timepicker
I'm facing UI related issue with iPhone X in ionic framework app.
Above issue occurs when we use in our app. I have attached screenshot of app where you can clearly see that keyboard is overlapin g with accessory bar. You can…

Lalit Jangir
- 11
- 2
1
vote
0 answers
iPhone App: Camera is not working properly in portrait mode but works in landscape
I am developing an iPhone application using Unity 5.6.4p2 and Vuforia. After build from Unity, opened in xCode 9.2, building and installed it to iPhone 6s/ipad pro (ios11.2). When I open the application in my iPhone/iPad in portrait mode the camera…

Saif
- 21
- 1
- 5
1
vote
1 answer
SceneKit PBR - photorealism
Is it possible to get same level of photorealism with SceneKit as Unreal Engine 4? What are some examples
of photorealism on SceneKit or Metal2?

Mane Manero
- 3,086
- 5
- 25
- 47
1
vote
1 answer
In iOS 11.2, opening forcefully closed apps, sometimes shows the previously visible view and redirect to the launch screen
In iOS 11.2 application I have noticed an unusual behaviour (opening forcefully closed apps, sometimes shows the previously visible view and redirect to the launch screen), I don't know whether it is bug with OS or something else but it can sometime…

laxman khanal
- 998
- 1
- 8
- 18
1
vote
0 answers
UITextField can't release in Xcode9.2 and iOS11.2
Only create a instance of UITextField,and The instance never release。

刘宁杰
- 11
- 1
1
vote
0 answers
didConnect is not called on iPad Pro, but works on iPhone
I have been experiencing this strange error on my iPad Pro (iOS 11.2) where it discovers the peripheral, but couldn't connect. Been struggling with this for days now.
My iPhone on the other hand connects and collects data without any problem. Can…

Raj0689
- 73
- 1
- 1
- 9
0
votes
1 answer
How to parse json data with swift4 which is inside another dictionary formated data?
I was creating a weather forecasting app for learning purpose with API. The API has the Jason formatted data given below:
{
"coord": {
"lon": 139,
"lat": 35
},
"weather": [
{
"id": 520,
"main": "Rain",
"description": "light intensity shower…

MD Sazid Hasan Dip
- 1,425
- 2
- 14
- 29