Questions tagged [ios-9-beta3]
19 questions
21
votes
5 answers
iOS9 App has black bars on top and bottom
My app doesn't use auto layout, it was originally designed for an iPhone 4/4s and the UI has been mostly untouched since then. The layout is fairly minimal, so it hasnt been deemed a priority to switch it autolayout.
Previously building for iOS8 my…

xceph
- 1,036
- 2
- 13
- 28
6
votes
1 answer
Calling "sysctlbyname(...)" with "hw.machine" flag in iOS9
Following WWDC 2015 session "703 Privacy and Your App", there is changes using sysctl. And now there we will no longer be able to call kern.proc, kern.procargs, kern.procargs2 and see data from any other processes then one's self. It's a quite legit…

topsky
- 199
- 3
- 12
3
votes
1 answer
library not found for -lCloudinary
Library not found whenever I added from pod.
I have already added pod from terminal.
Error:
ld:library not found for -lCloudinary
clang: error: linker command failed with exit code 1 (use -v to se invocation)

Bhumesh Purohit
- 491
- 1
- 8
- 26
3
votes
0 answers
CTCallCenter callEventHandler is never called
I try to use CTCallCenter to receive incoming call from iPhone. While application is active I call to device and nothing happens callEventHandler is not invoked.
What can be a reason?
I use IOS9.0 beta3 installed on iPhone 5 and XCode7.
My code:
-…

user3110705
- 41
- 1
2
votes
1 answer
requestImageDataForAsset with video PHAsset returns with imageData pointing a photo
iOS9.3beta3,
PHImageManager requestImageDataForAsset returns with imageData pointing to a photo although the PHAssert is a video asset which was captured on the device.
Documentation says:
"requestImageDataForAsset(_:options:resultHandler:)
... If…

Amir Aharon
- 291
- 2
- 9
2
votes
0 answers
Parse SDK issues with the new iOS 9.3 beta
I have been having issues with Xcode since I started using the new iOS 9.3 beta update. I was using Parse SDK to support my application and now it seems it doesn't respond anymore to the iOS update and keeps giving multiple error messages.
Did…

Jim Carak
- 21
- 2
2
votes
0 answers
In App Purchase Issue in iOS 9
I am using In App Purchase in My App,which is working fine on all iOS version except iOS 9.The Purchase is showing successful But control is not return in Delegate function.the Following text is printing in command:
HangTracer interval is 0,…

Vikesh Prasad
- 779
- 7
- 13
2
votes
1 answer
Can we use NSAppTransportSecurity in XCode 6?
At WWDC 2015, Apple announced “App Transport Security” for iOS 9. For solving SSL error and to bypass App Transport Security, apple has introduced a key NSAppTransportSecurity to be added in info.plist. can we use this key in Xcode 6 itself?

jailani
- 2,260
- 2
- 21
- 45
2
votes
1 answer
iOS 9 New Launch Images and Icons Sizes, has anyone found the new sizes for the upcoming devices yet?
For iOS 9 has anyone been able to discover what the new launch image and icon sizes will be for the new upcoming iOS devices?
I checked the Human Interface Guidelines but they have not listed anything yet…

Polar Bear
- 918
- 2
- 7
- 19
2
votes
1 answer
EXC_BAD_ACCESS error when using an NSURLSession NSURLSessionDownloadTask on some hardware in iOS 9
UPDATE
Works in iOS9 Beta 5
ORIGINAL QUESTION
Executing this line of code causes an EXC_BAD_ACCESS error to happen shortly after in some library code on a non-main thread before the completion handler is called.
[[[NSURLSession sharedSession] …

user2771609
- 1,867
- 1
- 15
- 36
2
votes
0 answers
iOS 9 ABPeoplePickerNavigationController doesnot show cancel and groups buttons on navigation bar
Below is the code how I am presenting my ABPickerNavigationController:
AppDelegate *delegate = [[UIApplication sharedApplication] delegate];
CGRect rect = delegate.window.frame;
address = [[ABPeoplePickerNavigationController alloc]…

AUK4SO
- 301
- 2
- 13
1
vote
0 answers
App crashes while using custom fonts in iOS 9 beta 5
My app is in app store which supports iOS 7.1.2 to iOS 8.4 and it is working fine till 8.4 version. When I tried to run the same app on iOS 9 beta 5 its getting crashed.It was working fine in iOS 9 beta 4. After debugging I found that the crash is…

Rushikesh
- 61
- 4
1
vote
1 answer
'UITextField' XCode 7
I have recently began working on app development more specifically games. I am using Xcode 7 beta 3 default iPhone 6 simulator. In my game I have a screen to enter the user's name setting up an action through interface builder…

Sasha Kiselev
- 15
- 5
1
vote
1 answer
"BBImage" is not a subclass of NSManagedObject in ios9
When I use coredata in my project everything is ok before ios9.
the code is like this
@interface BBImage : NSManagedObject
@property (nonatomic, retain) NSDate * create_date;
@property (nonatomic, retain) NSString * data_path;
…

bob
- 11
- 2
1
vote
1 answer
watchOS 2 Beta 3 unable to run app from Xcode Beta 3 - shows infinite loading
I am trying to run a very basic watch kit app on the actual watch paired to the iPhone without any network operations or other async stuff just a hello world app but it never launches the app, all I am able to see is a infinite loading animation for…

Satheesh
- 10,998
- 6
- 50
- 93