Details
-
Type:
Bug
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: BridgeIt 1.0.6
-
Fix Version/s: BridgeIt 1.0.7
-
Component/s: BridgeIt
-
Labels:None
-
Environment:BridgeIt 1.0.6, iOS 10 on iphone 5
Description
Testing with iOS 10 shows that everything is working except the Fetch Contact feature. Initiating Fetch Contact switches to the BridgeIt app, but once a contact is selected it crashes to the home screen.
One the properties are added the application will run and users can use video (camera and sound), camera (video and photo library) and of course contacts.
The contacts issue was also related to how the iOS 8 contacts list was accessed. After a little poking around it looks like the iOS8 implementation is now deprecated and the error is related. So the implementation was swapped out for the new way to do contact lookup in iOS9 and the older iOS8 and iOS7 code was removed (yes there was two!).