Questions tagged [ios8.2]

For questions related to 8.2 version of the iOS operating system; use only when the question is specific only to the version, otherwise just use iOS tag

iOS SDK Release Notes for iOS 8.2.

72 questions
27
votes
2 answers

Should IBOutlet be weak or strong var?

I'm using Xcode 6.2 for iOS projects. In older versions of Xcode, when a connection was create for an IBOutlet, it was always weak storage. Now when I create connections, they are defaulted to strong. I leave it that way and don't notice any…
4thSpace
  • 43,672
  • 97
  • 296
  • 475
15
votes
2 answers

ios 8.2 and above settings bundle is not showing selected item but Default

I am facing a issue with App settings, i am using settings bundle to select the environment, but once selected and going back to app settings its showing again the default one as selected. This is observed only from ios 8.2 and above(Device and…
Linux world
  • 3,750
  • 11
  • 44
  • 59
14
votes
8 answers

iOS simulator crash in iOS 8.2 and Xcode 6.2 with "Failed to lookup the process ID of #ID after successful launch."

iOS simulator crash in iOS 8.2 and Xcode 6.2 with an error below "Failed to lookup the process ID of xxx.xxx.xxx after successful launch. Perhaps it crashed after launch. No such process". And I cannot try to simulate my app. I uploaded the image…
Kentaro
  • 149
  • 1
  • 3
9
votes
1 answer

Apple Watch app rejection for "Booting to White Screen"

My app just got rejected, and the reason was that the Apple Watch Extension was "Booting to White Screen" on Apple Watch. They sent me a screencapture of Apple Watch screen that just has white screen. Not much information. I honestly have no clue…
Seyong Cho
  • 1,067
  • 1
  • 10
  • 29
9
votes
1 answer

Issues with the current location image

I'm using the Google Maps SDK to display a map in my iOS app. Actually, in prior iOS versions (<=8.1) the default blue icon for current location displays correctly, but now in the iOS 8.2 simulator the blue dot looks like this . I'm following the…
FabKremer
  • 2,149
  • 2
  • 17
  • 29
9
votes
3 answers

Best method to play an short audio sound on iOS 8.2

What is the best way to play an audio on iOS 8.2?
Kyle
  • 103
  • 2
  • 6
9
votes
6 answers

iOS 8.2 not supported in Xcode 6.3 beta

As stated in the title, upgraded today to iOS 8.2 and my device is not supported in Xcode 6.3 beta. Even though Xcode 6.3 supports iOS 8.3, I also cannot install iOS 8.2 simulator. I cannot quit using Xcode 6.3 beta because I have quite of a lot of…
Fawkes
  • 3,831
  • 3
  • 22
  • 37
8
votes
1 answer

How to NOT deliver AppleWatch part of iOS app

We have a client using our source code. This project includes Apple Watch, but they do not want to build that into their app yet. They removed the Embed App Extensions. They were able to submit to the App Store, but then received an email: We…
Jason Hocker
  • 6,879
  • 9
  • 46
  • 79
8
votes
2 answers

Rendering mode set to Template for vector pdf in image catalogue, but UIImageView wont tint the image in a custom cell

I have migrated all my image files to the asset catalogue. All of them are pdf vectors of size 1x. They are set to render as a Template. They show up fine everywhere in size and in color. But there is this one custom TableView Cell from a xib that I…
AceN
  • 771
  • 10
  • 18
5
votes
5 answers

Apple Watch notification error "Unhandled Category"

I'm working with Apple Watch Notifications. I defined my own category "myAppcategory" and passed the same to notification payload. But, still i'm receiving below warning in XCode. Warning: Notification category "(null)" not found. Define this…
Teja Kumar Bethina
  • 3,486
  • 26
  • 34
5
votes
4 answers

Sqlite3 query gets really slow under iOS 8.2

I've made an app that works with sqlite database inside the app. Before iOS 8.2 it worked fine, but after update the query method works about 100(!!!) times slower. I tried to find info about this issue but I haven't found anything yet. Is anybody…
szokolov
  • 111
  • 5
5
votes
1 answer

stringWithUTF8String returning nil since iOS 8.2 update

I've been using stringWithUTF8String to convert my NSData to NSString as follows: if ([[NSString stringWithUTF8String:[responsedata bytes]] isEqualToString:@"SUCCESS"]){ dostuff... } It's been working fine; however, since the 8.2 iOS update,…
Stephan
  • 881
  • 9
  • 24
4
votes
2 answers

CloudKit Push Notification, App running on background

When iOS8.2-app is running in the background, it does not receive any push notification, while if it is running on the foreground, it receives the push notifications fine. Any idea what is going on ? Running on CloudKit Development mode, the…
Lydon Ch
  • 8,637
  • 20
  • 79
  • 132
4
votes
1 answer

Swift Bug: Snapshotting a view that has not been rendered results in an empty snapshot

I have read many postings on this website (especially this: iOS 8 Snapshotting a view that has not been rendered results in an empty snapshot) but there is no answer for Swift. Thought I would ask the crowd here if they have solved this problem or…
dennis
  • 143
  • 1
  • 12
3
votes
0 answers

How to access other/third-party app remote notifications - iOS 8?

Recently Google has launched new Android Wear app which support iOS 8.2+ & it is able to access/read other app notifications, it also shows notification on wear watch as soon as they are received (as shown in below image also it is working with real…
Aks
  • 8,181
  • 5
  • 37
  • 38
1
2 3 4 5