Questions tagged [ios11.4]
24 questions
0
votes
1 answer
NativeScript flat ActionBar overlapping ScrollView
I have a flat ActionBar flat: true in CSS and a ScrollView inside of a GridLayout. The view initially renders with the ScrollView underneath the ActionBar. A margin-top on the GridLayout (top level view) worked fine with the default, translucent…

Chris McKnight
- 8,540
- 4
- 29
- 31
0
votes
1 answer
Xamarin: CGImageSource.FromUrl returning null
I am using the following code in my application.
string imageUrl = "https://imageUrl.png/"; //This is a valid url. I can see the image when I paste the url into my web browser
var url = new NSUrl(imageUrl);
using (CGImageSource source =…

Dave
- 3,676
- 4
- 28
- 39
0
votes
0 answers
how to work on In-App-Purchase in ios objective c?
I am trying to add In-App-Purchare in application. With the help of some YouTube videos and other tutorials I have performed some code in my project. But there is no response on tapping the button. Here is my code which i have integrated in my…

Charishma Rao
- 21
- 6
0
votes
1 answer
Silent notification is not working when app in background in iOS 11.4.1
I'm trying to develop a messenger app, client needs to send only silent notification when app is in foreground or in background.
It works perfectly in IOS 10.2.1 Verizon iPhone.
After update to 11.4.1 notification works only in foreground but not in…

US-1234
- 1,519
- 4
- 24
- 61
0
votes
0 answers
Unable to build metal library with iOS SDK 11.4
I am trying to launch my application on iPad pro and getting an error when trying to create a new library with dispatched data as shown in the below image
Error on creating new library with existing built .metallib
The library format is not…

Naveen Kumar
- 11
- 3
0
votes
0 answers
Locationmanager didEnterRegion not called after ios11.4 upgrade
I am facing a strange issue. My app was calling didEnterRegion method earlier and after upgrading to my iOS 11.4 this method is never getting called, although the other delegate methods of Locationmanager are getting called.
I have Privacy -…

Arbaz Shaikh
- 407
- 7
- 16
0
votes
1 answer
Xcode 9.4 + Only Test-flight app crash
I reuploaded my app to TestFlight via Xcode 9.4 but it is continuously crash after splash screen on that test flight build in IOS 11 while same test flight working in IOS 10. While when running in the Adhoc build in the device, it is working fine…

Hindu
- 2,894
- 23
- 41
-1
votes
1 answer
UITextView Slants in the DesignView and at RunTime
:
Situation:
As shown in the Image above, I have designed the layout using Xcode 9 and soon after the design was complete, I noticed a weird layout issue.
If you look closely, you can observe the UILabels are being "slant" or "tilted" towards the…

Ümañg ßürmån
- 9,695
- 4
- 24
- 41
-1
votes
1 answer
iOS 11.4.1 shows device Jailbroken when it is not
I have been using different techniques for jailbreak detection and it was working fine till iOS 11.4. However when I upgraded my iOS to latest 11.4.1 it is showing me the device is jailbroken when the device is not. This issue we are facing only in…

am449
- 158
- 11