Questions tagged [ios8.4]

The launch of Apple Music on Tuesday brought with it a nearly all-new Music app, with a host of new functionality that blends the best of Beats Music with Apple's long-standing iTunes platform.

What's New in iOS 8.4 for iOS 8.4.

Release Notes for iOS 8.4.

80 questions
2
votes
1 answer

The Developer Disk image could not be mounted error with iOS 8.4 device - Ineligible Devices section

I have tried with this but couldn't solve my issue - Ineligible Devices section. I m getting an error The Developer Disk image could not be mounted error with iOS 8.4 device can anyone please help me how can I run iOS 8.4 version device with Xcode…
soumya
  • 3,801
  • 9
  • 35
  • 69
2
votes
0 answers

iTunes URL to your app list doesn't work on iOS8.4

iTunes URL to your app list like https://itunes.apple.com/artist/id445795301 doesn't work on iOS8.4. When you open links on iOS8.4, it opens Apple Music.. Does anyone know the way to fix this?
Umeumeume
  • 1,952
  • 3
  • 21
  • 40
1
vote
0 answers

MKMapView is freezeing UI in iOS 8.4

When zoom in or zoom out the mapview it freeze user interface. I have noticed that viewForAnnotation delegate method execute continuously. This happens only in iOS 8.4. iOS 9 it is working smooth. Can anyone have idea what's causing issue?
Parimal
  • 277
  • 2
  • 8
1
vote
0 answers

How to resume multiple background downloads using AFURLSessionManager in iOS app

I have an iOS app that provides multiple book download at the same time, Its a reader app actually. Earlier I was using AFDownloadRequestOperation for download the book. When user launch the app after app crashes or after user force quit (kill) the…
1
vote
1 answer

UINavigationItem's title disappears when view controller is pushed

I am having an issue with my view controller's navigation item's title. Indeed, I am setting it in the viewDidLoad method like this : self.navigationItem.title = "Title" The problem is that when I push this view controller from another on to the…
Aeradriel
  • 1,224
  • 14
  • 36
1
vote
3 answers

UIPopoverController in iOS 8

Everybody says UIPopoverController work on iOS 8. But if i test my app in iPhone simulator it getting crashed and log says: Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[UIPopoverController …
mehdok
  • 1,499
  • 4
  • 29
  • 54
1
vote
3 answers

How to get user email from facebook sdk 4 whith swift

I have been trying this code to get the user information a needed for my iOS app, when I press the func loginButton I should login and get the user name and email, func loginButton(loginButton: FBSDKLoginButton!, didCompleteWithResult result:…
altexo1
  • 13
  • 1
  • 4
1
vote
2 answers

Phonegap developer on Ipad ios 8.4.1 is always in portrait orientation

I've downloaded the phonegap developer from the App Store to test my application on Ipad ( 4th generation ) with ios version 8.4.1 and the orientation doesn't seem to change to landscape mode and it's always in portrait mode. I've checked if the…
Obzzen
  • 178
  • 1
  • 5
  • 16
1
vote
0 answers

jwplayer 6.10 onSeek not being called on ios 8.4 native player in fullscreen

I was testing a solution of preventing users skipping forward on JWPlayer 6.10 (the solution can be found in this thread https://stackoverflow.com/a/11766073/616453). The onSeek function got called on firefox/chrome on laptop and chrome on Android.…
yfeng
  • 61
  • 5
1
vote
1 answer

Statusbar background was nil,after presenting the SKStoreProductViewController in ios 8.4

I'm using SKStoreProductViewController for opening the appstore in my app. it was presenting successfully,but the statusbar in it was not showing, Navbar looks like a 44pixels height. But it won't happens in any iOS 8.3v in any device. This…
1
vote
2 answers

DateFormatter not working in ios By setting

I am using date formatter in xcode 6.2 with swift.It is working fine in the ios 8.1 but when I am testing my app in ios above 8.1(I tried in 8.2 and 8.4 ) the date formatter is not working. Does any one faces similar problem. This is the type of…
chakshu
  • 1,372
  • 2
  • 10
  • 21
1
vote
1 answer

Error launching Watchkit extension

When I am trying to run the iwatch app getting
rani
  • 593
  • 3
  • 10
  • 28
1
vote
3 answers

Window onload event does not fire in iPad ios 8.4

I am facing following strange issue: Functionality: When I open my website page which has many images and have Javascript/jQuery used for client side functionality. On clicking each image, all the other images changes their opacity and the selected…
Shubham Bhave
  • 383
  • 6
  • 17
1
vote
3 answers

Random Number Generator - arc4Random - Numbers can not be same

I have a random number generator using arc4Random and integers with three numbers, number1, number2, number3, in the range 1 - 3. A zero is not permitted. That part I have sorted due to a previous request on here, however, when the test button is…
Del Hinds
  • 2,887
  • 4
  • 12
  • 12
1
vote
1 answer

Swift vDSP_create_fftsetup deprecated in iOS 8.4?

I am using some FFT routine I wrote for another application in Swift a couple of months ago. The line initializing the FFT setup, i.e. calculating the weights of the FFT, let fft_weights: FFTSetup = vDSP_create_fftsetup(17,…