I am using Facebook iOS SDK v4.1 in iOS application. Application is in Development State. I am trying to invite Facebook friends to share Application. I am following This Document.
I have Created appLink. Also Clear about AppLink. Using Facebook test Users, I have successfully called FBSDKAppInviteDialog. I can also Select Friends to send invitation.
My Problem is,
While i Click on CANCEL Button, view Comes from Facebook App to my Application and app getting crashed. Error :
2015-05-07 15:45:03.065 [1795:576380] app invite result: {
didComplete = 1;
}
2015-05-07 15:45:03.075 [1795:576380] -[__NSCFDictionary valueForComplexKeyPath:]: unrecognized selector sent to instance 0x14fafe40
2015-05-07 15:45:03.081 [1795:576380] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[__NSCFDictionary valueForComplexKeyPath:]: unrecognized selector sent to instance 0x14fafe40'
While Select Friends Successfully And Select Invite Button, it comes back to application and app get crashed. Error :
2015-05-07 15:48:17.777 [1803:578622] app invite result: {
completionGesture = cancel;
didComplete = 1;
}
2015-05-07 15:48:17.791 [1803:578622] -[__NSCFDictionary valueForComplexKeyPath:]: unrecognized selector sent to instance 0x176965e0
2015-05-07 15:48:17.800 [1803:578622] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[__NSCFDictionary valueForComplexKeyPath:]: unrecognized selector sent to instance 0x176965e0'