将用户获取功能集成到您的应用中。
文档可在 wiki 上找到。
shareInfo
属性和参数ASSharer
shareInfoWithMessage:contentUrl:
(新增)setShareItems:forShareType:
(删除。请使用 setStringToShare:urlToShare:imageToShare:forShareType:
代替。)setStringToShare:urlToShare:imageToShare:forShareType:
(新增)shareWithType:shareItems:completion:
(已移除。请使用 shareWithType:shareInfo:urlToShare:imageToShare:completion:
代替。)shareWithType:shareItems:contentUrl:completion:
(已移除。请使用 shareWithType:shareInfo:urlToShare:imageToShare:completion:
代替。)shareWithType:shareInfo:urlToShare:imageToShare:completion:
(新增)createPageFrom:to:shareInfo:via:completionHandler:
(新增)ASShareComposeViewControllre
imageAsThumbnail
(新增)contentUrl
(已移除。现在使用 kDataPropertyContentURL 键设置为 shareInfo
中。)shareInfo
(新增)ASInviter
createPageFrom:to:inviteInfo:via:completionHandler:
(新增)createPagesFrom:to:inviteInfo:via:completionHandler:
(新增)ASConstants.h
kDataPropertyMessage
(新增)kDataPropertyContentURL
(新增)类名更改
每个类现在都是 ASActivity 的子类,并且可以设置 shareInfo
。
新功能
更新示例项目
重命名文件名
重命名类名
将 showInviteSheetInView:
方法移动到 ASInviter
[ASInviter showInviteSheetInView:self.view];
setSenderAccount:
方法移动到 ASInviter[ASInviter setSenderAccount:account type:ASInviteTypeTwitterDM];
[ASSharer shareWithType:ASShareTypeTwitter
shareItems:shareItems
contentUrl:contentUrl
completion:nil];
shareWithSenderName:contentURL:presetMessage:completion:
方法请参阅 AppSocially SDK 0.7.0 切换指南
新功能
更新示例项目。
减少依赖的 Frameworks。
减少二进制大小。
(旧版本)
[[Growth sharedInstance] showInviteSheetInView:self.view];
(新版本)
[Growth showInviteSheetInView:self.view];