crash - import CallKit crashes randomly on iOS 9 -


i have imported callkit framework optional only. import callkit crashes while running on ios 9 @ launch. works on ios 10. worked fine in xcode 8 beta 6 issue happening on xcode 8. code in swift 3.

any appreciated.

callkit api ios 10.0+. won't work ios 9.0. use condition ios version 9.0 , 10.0 avoid crash.

reference : https://developer.apple.com/reference/callkit?language=objc


Comments

Popular posts from this blog

unity3d - Rotate an object to face an opposite direction -

angular - Is it possible to get native element for formControl? -

javascript - Why jQuery Select box change event is now working? -