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
0
votes
1 answer

iOS: Cannot get push notification to work on one particular device

I have set up push notification on my app by following the tutorial on the iOS Developer Library, and I got push notification to work on all but one device. For this particular device, neither the didRegisterForRemoteNotificationsWithDeviceToken nor…
Harry Wang
  • 1,096
  • 2
  • 14
  • 19
0
votes
3 answers

iOS 8.2 upgrade not show image in UIImageView, but only in app loaded through iTunes or TestFlight not Xcode

As weird as it sounds... App loaded through test flight or iTunes does not show image on the screen, but it does when it is loaded through Xcode. I believe the UIImageView is there, and the UIImage is loaded. App loaded through the Xcode works. If…
igpogo
  • 16
  • 4
0
votes
1 answer

Detecting if the user is typing?

For a UITextField, what is the best way to detect if the user is typing and the textfield has a value? I've tried the following unsuccessfully: Value Changed: no response Editing Did End: no response Touch Up Inside: doesn't trigger until after the…
4thSpace
  • 43,672
  • 97
  • 296
  • 475
0
votes
1 answer

UIImagePickerController(didFinishPickingMediaWithInfo) NOT Called in UITableViewCell Swift

I have a UITableViewCell button to take an image and place it back in the cell. When I call the UIImagePickerController and pick/take the image, it should call the following function func imagePickerController(picker: UIImagePickerController,…
Tal Zion
  • 6,308
  • 3
  • 50
  • 73
0
votes
1 answer

Apple Watch - Can I record "taptic" feedback to replay it on the same device?

How can I record Taptic feedback on a user's Apple watch and replay it later? In the videos that I saw the feedback was sent from one watch to another, meaning it is encoded and can be replayed. Can taptic feedback be sent between watchkit apps?
Alex Stone
  • 46,408
  • 55
  • 231
  • 407
0
votes
0 answers

Video error can't be listened on Safari of iOS 8.2

Here is my code snippet: