Questions tagged [ios8.1]

Refers to the first minor version of Apple's iOS 8 operating system used on the iPhone, iPad, iPod, and upcoming Apple Watch devices.

iOS 8.1 was released on the 20th October 2014.

Please see the documentation for the API changes between iOS 8.0 and iOS 8.1.

392 questions
0
votes
1 answer

create static library on iOS 8.1 with real device

since I am quite new in iOS programming and still learning something new every day. So I tried something new. I want to create a static library with the help of this link (How can I create static library and can add just .a file on any project in…
0
votes
1 answer

ZBar scanning on ipad 4, setting scancrop

I'm trying to get scanning work on iPad 4 using ZbarSDK. The following works fine on iPhones, but on iPad 4, it just doesn't read the barcode even though it auto-focuses. When i don't set cameraoverlayview/scanregion and scancrop, i do see it does…
0
votes
1 answer

Black bar at the bottom after update to iOS 8

I have an app on the store and I started working on the update for iOS 8 a while ago, everything seemed to work fine except for this problem I'm having with the layouts. No matter what device I test the app on, there's always a black bar at the…
Carlos J
  • 2,965
  • 4
  • 17
  • 28
0
votes
1 answer

How do I load the iOS Calendar App from a button push in iOS 8.1 using Swift

What I'm wanting to do is load the iOS calendar app from a button push, the only ways I've found so far require objective-C and I'm trying to stay away from that. Is the URL scheme still an option using Swift for example using the "calshow://"…
Jason Z
  • 161
  • 1
  • 1
  • 4
0
votes
1 answer

Unable to install IPA from Xcode 6.1

Updated a iPad app to ios8, it's working fine when run from Xcode 6.1. when try to install ipa in iPad it shows installing, but installation not completed in iPad. The same project ipa from Xcode 4.5.1 can install on iPad. I tried ipa from Xcode…
Ambz
  • 1
  • 1
0
votes
1 answer

Need a Concept to setting Local Notification with repeat interval set by user

I am creating an app feature to my existing app that will allow pharmacy patients to enter their name which will display a list of names in a table view, then click on a name, and there is another table view where they can add medications, and then…
user2593040
  • 199
  • 4
  • 16
0
votes
1 answer

Rotate youtube video with iOS8

I am having a problem with rotate youtube video. I added the following code to my app. And it works for iOS 7. However, it doesn't for iOS8. In my view controller, I used the following code: if(IS_OS_6_OR_LATER){ // I use the…
duy
  • 1
  • 1
0
votes
1 answer

Layout issue with ios7 iphone5 screen but working fine in iphone5 and ios8

Iam new to ios development, In my application i designed UI through storyboard. Its looking good when i am using iphone5 with ios 8.1 but with iphone5 and ios 7.1 having some spaces top and bottom of screen. check this images , what could be the…
iosLearner
  • 1,312
  • 1
  • 16
  • 30
0
votes
1 answer

enumerateAssetsUsingBlock crash with SQLite error code 14

SQLite error code 14 is SQLITE_CANTOPEN. The crash happens only in iOS8.1 of our app. The process is like below. Main->Album Select View(Select Camera Roll)->Photo Select View->Back to Main-> Album Select View (Select Camera Roll)->Photo Select…
Steven Jiang
  • 1,006
  • 9
  • 21
0
votes
1 answer

Crashing Issue On IOS 8.X And Android 5 Using Rhodes

We have an Issue on IOS/Android Devices. Our application crash on iPhone/iPad that used IOS 8 and IOS 8.1 and Android 5. We used: Rhodes 4.0.0 RhoElements 4.0.0 Any Advice ? Update: here is the rholog.txt and crash report from IOS. Files on…
ythouma
  • 111
  • 1
  • 11
0
votes
1 answer

Skype blocking audio in iPad when call is received

I have developed a music app. While testing it, i got a skype call which is stopping audio playing in my app in background. How can i handle this? I am not understanding this behaviour. I am using ipad with iOS 8.1. Is this a behaviour of skype…
user2533604
  • 655
  • 1
  • 11
  • 28
0
votes
2 answers

Images Disappearing after setting "Valid Architecture" to "arm64"

I am updating an existing app from another developer to support 64 bit devices as Apple is going to make it compulsory. I added :- Architectures : $(ARCHS_STANDARD) valid Arch : armv7 arm64 Problem :- The slot items after stopping the rotation…
jeet.chanchawat
  • 5,842
  • 5
  • 38
  • 59
0
votes
2 answers

Can we use just one set of image assert for all resolutions in iOS Development

I just want to use one set of image asserts for all iPhones and iPads(Universal), Is it possible to do the same? or what will be the best solution for the making a build lighter.
Haroon
  • 697
  • 1
  • 9
  • 24
0
votes
2 answers

Status bar behave weird in landscape mode on iOS 8.1 and work fine with iOS 7.1

I am having very uncommon problem. Im my application the status bar does not show in landscape mode. This issue happen only for iOS 8. It work fine in iOS 7. Please see the attached screen shots for both iOS 7 and iOS 8.
Deepak
  • 1,421
  • 1
  • 16
  • 20
0
votes
0 answers

App Crashes on iOS 8.0.2 and iOS 8.1

I am developing an iPhone application. The app was running smoothly on my as well as on my clients device. But now client has udated his iOS version from 7.1 to iOS 8.1. Now when client goes for installing app on his device the splash screen…
SRS Infosystems
  • 167
  • 2
  • 16