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

Can I delete a push notification from a device which have receive this push notification?

I have the following problem. I look for a capability to delete a push notification from a device (iPhone respectively Apple Watch) but this device have receive the push notification. The use case is that a USER A send a request to all available…
user4800940
1
vote
1 answer

How to add multiple apple watchkit app for multiple targets single iPhone app

I have an iOS application with several targets. I want to create multiple apple watchkit app for different targets in single iPhone app. EX: iOS application having two targets name like "ABC" and "XYZ". Now I want to add two apple watchkit app for…
1
vote
2 answers

Saving Preference for iOS 8 custom keyboard

I can't find any tutorial or guide to show me how to save preferences with my Custom iOS 8 keyboard. I have different skins and the user can cycle to all the skins. However if the user dismisses the keyboard then loads it back up, it will load the…
software is fun
  • 7,286
  • 18
  • 71
  • 129
1
vote
0 answers

How to check which app is in foreground mode from running apps list?

I am using iOS 8. I am performing experiments and not submitted in appstore. I want to know which app is in foreground mode in device.I am using applist but I did not get solution. Please help me if any solution is there or not. Please explain me…
honey
  • 19
  • 1
1
vote
2 answers

How get User's Friends list that contain Username and ids using Facebook iOS SDK 4.0

I'm trying to Fetch User's friends List. my last working Code that i implement in FacebookSDK 3.12 is now of No use because facebook have changed all their classes and even deleted old Classes, below is my old Code: #pragma mark - Facebook Methods…
1
vote
1 answer

Twitter library error : Undefined symbols for architecture x86_64:

I am using TwitterLibrary in one of my applications, Twitter log-in is working perfectly but as per the apple's requirement new apps can be submitted with 64bit support and build with IOS8+ SDK, so for this I added "armv7 armv7s arm64" in valid…
Krishna Verma
  • 814
  • 2
  • 8
  • 23
1
vote
2 answers

Hide keyboard plus return key?

I have a view with a textfield at the top, a textview under it and two buttons below the textview. The keyboard is configured with a "Done" button. Once the user has typed in their info, they click the save button, which is below the textview. …
4thSpace
  • 43,672
  • 97
  • 296
  • 475
1
vote
1 answer

Does changing alpha value change text?

For a UITextView or UITextField, when the alpha value is changed, it seems to change the text as well. Is that true? Is there a way to change the alpha on just the background and not effect the text?
4thSpace
  • 43,672
  • 97
  • 296
  • 475
1
vote
1 answer

how to implement GestureRecognizers LXReorderableCollectionViewFlowLayout?

I'm using a LXReorderableCollectionViewFlowLayout library. I had implement the required methods of the delegate, but one of methods called collectionView:canMoveItemAtIndexPath: is not called. and i want to know how gesture methods are being called?
mustafa
  • 451
  • 6
  • 15
1
vote
1 answer

SELECT statement returns no results on iOS 8.2 (SQL 3.8.4)

The SELECT statement below worked perfectly fine on iOS 8.1 and prior versions. Now on my updated device with iOS 8.2 it simply returns no results without any error. I figured out that iOS 8.2 updated the SQLite version from 3.7.13 to 3.8.4. This…
riik
  • 4,448
  • 1
  • 12
  • 16
1
vote
0 answers

How to fetch contacts in iOS ONLY with name AND phone number both stored?

I need to send SMS via my app to the contacts of my iPhone Address Book. In that, there are few contacts which are not saved with the names and few have only email ids. I need to fetch contacts only with name and phone numbers both. How can I do…
Developer
  • 6,375
  • 12
  • 58
  • 92
1
vote
1 answer

iPad listed under 'Ineligible Devices'(OS version)

Lat day i updated my iPad to iOS 8.2, now when i try to run my Xcode project, my iPad is listed under 'Ineligible Devices' in bracket its is written as (OS version). Why is it listed so? Won't my app be able to run in iOS8.2 devices?
Abin Baby
  • 586
  • 6
  • 17
0
votes
1 answer

Stack overflow in -[NSString(NSURLUtilities) stringByAddingPercentEncodingWithAllowedCharacters:]

From http://www.openradar.me/20404230: Method -[NSString(NSURLUtilities) stringByAddingPercentEncodingWithAllowedCharacters:] has a stack overflow issue, which can be reproduced with some strings containing hieroglyphs. In these cases…
Cœur
  • 37,241
  • 25
  • 195
  • 267
0
votes
1 answer

Can you programmatically send iMessage/SMS without having to press the green up-arrow in iMessage?

I am trying to figure out if it's possible to send an iMessage/SMS without having the user press the green up-arrow to SEND. Is it possible to have an iMessage/SMS just be sent?
0
votes
1 answer

Getting crash on iphone 5( OS- 8.2) ,when we install Application through ipa , but unable to get crash while debugging on the device

I'm getting crash on iPhone 5 (8.2) ,When i install through ipa but I'm unable to get any crash while debugging on the same device.Please help me how to fix this?.