2016-01-28 71 views

回答

2

舊方法已經過時

文件:https://developers.facebook.com/docs/reference/ios/current/class/FBSDKAppInviteDialog/

新方法:

+ (instancetype) 
showFromViewController: (UIViewController *)viewController 
withContent: (FBSDKAppInviteContent *)content 
delegate: (id<FBSDKAppInviteDialogDelegate>)delegate; 

宣佈:FBSDKAppInviteDialog.h

showWithContent:delegate: 

+ (instancetype) 
showWithContent: (FBSDKAppInviteContent *)content 
delegate: (id<FBSDKAppInviteDialogDelegate>)delegate 
__attribute__((deprecated("use showFromViewController: withContent:delegate: instead"))); 
Declared In: FBSDKAppInviteDialog.h 
+0

我得到了棄用警告的解決方案,但我仍然得到左下方的錯誤,按照節目問題圖片 – imjaydeep

+0

@imjaydeep讓我看看錯誤日誌。 –

+0

我得到的解決方案,錯誤 – imjaydeep

1

程式邀請是由Facebook的不再支持,看到here

從Facebook SDK版本4.28及以上版本開始,不再支持應用邀請。以前版本的SDK仍然可以訪問應用邀請,但從2/6開始,應用邀請將不再受支持。

-1
+0

我不明白這是什麼增加超過[ReihnhardMänner的](https://stackoverflow.com/a/47280931)回答以外的鏈接。你寧願刪除這個答案,並建議編輯他的答案。 –

+0

雖然這個鏈接可能回答這個問題,但最好在這裏包含答案的基本部分,並提供供參考的鏈接。如果鏈接頁面更改,則僅鏈接答案可能會失效。 - [來自評論](/ review/low-quality-posts/19054647) – kellanburket