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
1
vote
1 answer

Cordova PushPlugin, detect if Pushs are enabled

I created a mobile app using Ionic and Cordova. But, I got an issue with the cordova PushPlugin When I manually deactivate Push on my Iphone 4s (ios 8.4) in app settings, the PushPlugin register function does nothing (no success, no errors, nothing…
JeromeModi
  • 117
  • 1
  • 7
1
vote
0 answers

Update iOS SDK version to 8.4

I had a version of the Xcode I believe It was 6.1 with iOS SDK version 8.3. Apple store showed that an Xcode update is available with SDK 8.4. I updated Xcode and the new update version was 6.3.2. I have a iPad with iOS 8.4 on it. so to run the app…
hasan
  • 23,815
  • 10
  • 63
  • 101
1
vote
1 answer

MPMoviePlayerViewController not playing videos for IOS 8.4

My videos are playing well for IOS 8.3 and earlier versions. But after a recent update of IOS 8.4 Video Player stopped working. Videos are not getting played and immediately it's going to MPMoviePlaybackComplete: method. Here is my code : …
IOS Dev
  • 286
  • 2
  • 14
1
vote
3 answers

Cannot download Xcode 7 Beta 2 app to iPhone running iOS 8.4

I am using Xcode 7 Beta 2 on my Mac. I recently downloaded IOS 8.4 on my iPhone 6. IOS 8.4 was the public release NOT 8.4 Beta. When I plug in my iPhone into my Mac to download it to my phone, but next to my iPhone section it says iPhone…
grahamcracker1234
  • 591
  • 1
  • 7
  • 27
0
votes
1 answer

My application does not exit the splash screen when I try on the iPad Device - Titanium Appcelerator

I built an app for iOS ... it runs on the simulator perfectly, and on tests with TestFlight as well, except that when I try to put this app on my iPad, it even installs, but it stops on the splash screen. #IOS version on iPad 8.4.1 #Xcode…
0
votes
1 answer

How to prevent user to select and swap images at a same time from image library so that it doesn't to go edit view?

I'm having a problem regarding selecting image from image library in iPhone(iOS 8.4). Here is my code: UIImagePickerController *imagePicker = [[UIImagePickerController alloc] init]; imagePicker.delegate = self; imagePicker.allowsEditing =…
Amir khan
  • 13
  • 1
  • 8
0
votes
0 answers

Xcode 7 + iOS 8 CoreData multithreading violation

We have migrated our app from Xcode 6.4 to Xcode 7 and Swift 2. The app uses CoreData with 2 MOCs and was working well without any multithread violations warning. And now, compiling from Xcode 7, under devices or simulators running iOS 8.4 and 8.3…
Christian
  • 382
  • 2
  • 11
0
votes
1 answer

Deleting rows manually from UITableView in Xcode 6

I have the following code written for my delete button to delete selected rows from the UITableView. -(IBAction)deleteItems:(id)sender { NSArray *selectedCells = [self.autoCompleteView indexPathsForSelectedRows]; NSMutableIndexSet *indicesToDelete…
TheGaME
  • 443
  • 2
  • 8
  • 21
0
votes
2 answers

How could we implement Voice calling functionality by using WiFi/3G Internet in iOS?

I want to implement voice calling functionality by using WiFi/3G Internet,I am tired implementing it by using. 1)LinPhone Library Download source code from: https://github.com/BelledonneCommunications/linphone-iphone When I run Linphone code it…
Jaywant Khedkar
  • 5,941
  • 2
  • 44
  • 55
0
votes
1 answer

How to set Slidenavigationcontroller naviagtion bar color?

I'm working on iOS app with slidenavigationcontroller, I integrated the viewcontroller for the side menu and everything works fine.But the navigationbar background color not changing.The code I used to set background color for navigation bar…
0
votes
1 answer

MKMapView crash on iPod when Re-enter in view

I use MKMapView it works fine on iPhone, iPad and simulators but in iPod it crash when i second time enter in the view(first time it work fine). I have tried this but it is not work for me: -(void) backButtonAction { [_mapView…
VSP
  • 166
  • 11
0
votes
1 answer

cannot fetch email from facebook,ios.Get null always

-(void)loginViewFetchedUserInfo:(FBLoginView *)loginView user:(id)user ////////////////////////////// fetch logged in user information { if (FBSession.activeSession.isOpen) { [[FBRequest requestForMe]…
0
votes
1 answer

iphone IOS too high for Xcode version

My iPhone is on IOS 8.4, but my Xcode version only supports up to 8.2. Is there a way to get around this to put it on my iPhone? My computer is super old (white 2008 macbook), and can't run Yosemite to get the next Xcode update.
Apalumbo
  • 25
  • 5
0
votes
1 answer

How to set the navigation bar button when user taps “More”on UIActivityViewController?

Whenever the user wants to select a new share method or action that isn't listed by default, by tapping the "More" button on the UIActivityViewController generated share sheet, a new view is displayed, As everybody knows.i need to change the bar…
hacker
  • 8,919
  • 12
  • 62
  • 108
0
votes
1 answer

Adhoc OTA build created using BetaBuilder not installing in iOS 8.4.1

I am having a strange issue in distributing an OTA Adhoc build via BetaBuilder on iOS 8.4. The build installs perfectly on an iOS 8.1 device, but not on 8.4.1, though the provisioning profile contains the accurate device ids. I am using the open…
Shabib
  • 1,697
  • 4
  • 20
  • 39