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
0
votes
0 answers

Site throws 403 Forbidden when opened from Cordova App in IOS 8.4.1

My Cordova app got rejected by AppStore review. The reason behind rejection is app exhibits bugs. Details of the affected functionality is furnished below. My app has a New User? Register here link to the apps site, say https://www.example.com. When…
Rahmathullah M
  • 2,676
  • 2
  • 27
  • 44
0
votes
1 answer

Record iOS device screen on mac mini using QuickTime Player (Note: My desktop doesn't have a camera)

I would like to make a sample video of my how my app works using quicktime player. When i open quicktime player and click file -> new movie recording it is not showing my device only. I am using a Mac Mini - iPhone 4s, iOS 8.4.1, is it mandatory to…
Manju Basha
  • 665
  • 1
  • 9
  • 29
0
votes
1 answer

How to Load Images from Document Directory in iOS8.3+

iOS8.4 and Xcode6.4,NOTE: database path:/Library/Developer/CoreSimulator/Devices/FD6CE853-5AE2-48DA-A9B1-E69A6BB4F9F8/data/Containers/Data/Application/BED214A4-65E1-4BD8-9908-29E07FD47EBA/Documents/DB/copybox.dbsaving time file…
Vatsal Shukla
  • 1,274
  • 12
  • 25
0
votes
1 answer

Is it safe to update iOS test device to latest dot release of iOS?

In general, I'd like to know if it's safe to apply dot releases of iOS to my test devices (i.e. it won't break my ability to build to the device.) In this particular case my iPod Touch is running iOS 8.4 and I'm wondering if I can update to 8.4.1. I…
Eliot
  • 5,450
  • 3
  • 32
  • 30
0
votes
0 answers

iPhone 1X / 2X Resolution issue in iPad iOS Version 8.4.1 - Cordova

Update: It happens only at the initial time.when i minimize the application and open it again then it works just fine. Last week i submitted an iPhone Application to iTunes Store, they rejected the application by the following comments. 2.10 -…
locknies
  • 1,345
  • 3
  • 15
  • 36
0
votes
1 answer

SKStoreProductViewController loadProductWithParameters not working on iOS version 8.4

I am using bellow code to review my app. But its not working on iOS version 8.4 Its working fine for iOS version 8.3. if ([SKStoreProductViewController class] != nil) { SKStoreProductViewController *storeViewController =…
Rohit Wankhede
  • 506
  • 5
  • 15
0
votes
0 answers

How to display iPhone Pass Code Screen, when user Touch-ID Authentication UserFallback?

I want to handle UserFallback to show a pass code screen. I tried this tutorial, but when my UserFallback is called it will ask for Touch-ID again. If I use a wrong finger or Touch-ID did fail, then it's showing Apple's default Passcode…
Sri..
  • 163
  • 5
  • 18
0
votes
1 answer

How to add titles below the bars in Bar CHart created from Core Plot?

Hi I need to show the String titles below the bars of my Bar Chart created from Core Plot. I have many places in Core Plot framework but didn't find how to put text below the bars? I need to show titles just like shown in the attached image. Please…
Developer
  • 6,375
  • 12
  • 58
  • 92
0
votes
0 answers

ld: 14 duplicate symbols for architecture x86_64 clang: error: linker command failed with exit code 1 in iOS PayPal sdk integration

I am new in iOS, so please help ** i already add all framework and sdk of paypal. i also checked duplication of linkes** how to solve this error. thanks in advance Ld…
Chandan Jee
  • 5,440
  • 4
  • 16
  • 24
0
votes
1 answer

String is not converting into date according to time zone

I am receiving date in string form from server and I need to show the date according to my time zone (Indian: GMT +5:30). Here is my code NSString *dateString = @"2015-08-10 11:45:10"; NSDateFormatter *dateFormatter = [[NSDateFormatter alloc]…
Developer
  • 6,375
  • 12
  • 58
  • 92
0
votes
1 answer

Some Deprecated UI Objects Causes Memory Leak On iOS8

I tried UIAlertView and UIActionSheet objects that causes memory leak in iOS8.4 SDK. New objects that coming from iOS8 (such as UIAlertController) that supports minimum iOS8 OS. How can handle this leak with iOS8 and before releases? Example code…
erdikanik
  • 674
  • 9
  • 11
0
votes
1 answer

UIApplication is nil within didFinishLaunchingWithOptions

application object passed onto didFinishLaunchingWithOptions is nil when I attach to Process through Xcode6. When ran within the simulator it works fine. I also tried explicitly getting UIApplication* by UIApplication* app = [UIApplication…
ljustin
  • 347
  • 1
  • 6
  • 16
0
votes
2 answers

Update to El Capitan (10.11 15A215h) and Xcode doesn't work

I don't remember what my previous Xcode Version is, maybe 6.3.2 or 6.4. When I upgrade to Developer Preview Mac OS El Capitan Version, I could not use Xcode.
水清木华
  • 289
  • 4
  • 10
0
votes
1 answer

Xcode/iOS not localizing a specific object consistently

I've localized my app, all the strings resources, storyboard etc. and everything works perfect. I've got hundreds of lines of localization and they all work well, except one specific text view. I have no idea why, but a single specific text view on…
Can Poyrazoğlu
  • 33,241
  • 48
  • 191
  • 389
0
votes
1 answer

What version of iOS I have with Xcode

How I can tell the iOS SDK version used by my Xcode? and iOS SDK version installed on my Mac?
hasan
  • 23,815
  • 10
  • 63
  • 101