CocoaPods trunk is moving to be read-only. Read more on the blog, there are 14 months to go.
Integrate user-acquisition functions into your app.
The documentation can be found at the wiki.
shareInfo properties and arguments in share related functions
ASSharer:
shareInfoWithMessage:contentUrl: (Added)setShareItems:forShareType: (Removed. Use setStringToShare:urlToShare:imageToShare:forShareType: instead.)setStringToShare:urlToShare:imageToShare:forShareType: (Added)shareWithType:shareItems:completion: (Removed. Use shareWithType:shareInfo:urlToShare:imageToShare:completion: instead.)shareWithType:shareItems:contentUrl:completion: (Removed. Use shareWithType:shareInfo:urlToShare:imageToShare:completion: instead.)shareWithType:shareInfo:urlToShare:imageToShare:completion: (Added)createPageFrom:to:shareInfo:via:completionHandler: (Added)ASShareComposeViewControllre
imageAsThumbnail (Added)contentUrl (Removed. Set into shareInfo instead with kDataPropertyContentURL key.)shareInfo (Added)ASInviter:
createPageFrom:to:inviteInfo:via:completionHandler: (Added)createPagesFrom:to:inviteInfo:via:completionHandler: (Added)ASConstants.h
kDataPropertyMessage (Added)kDataPropertyContentURL (Added)Class name changes
Each class is now the subclass of ASActivity, and it can be set shareInfo.
New functions
Updated sample projects
Renamed file names
Renamed class names
Moved showInviteSheetInView: method to ASInviter
[ASInviter showInviteSheetInView:self.view];
setSenderAccount: method to ASInviter[ASInviter setSenderAccount:account type:ASInviteTypeTwitterDM];
[ASSharer shareWithType:ASShareTypeTwitter
shareItems:shareItems
contentUrl:contentUrl
completion:nil];
shareWithSenderName:contentURL:presetMessage:completion: method from GRMailSharerSee also AppSocially SDK 0.7.0 Transition Guide
New functions
Updated sample projects.
Reduced dependent Frameworks.
Reduced binary size.
(Older version)
[[Growth sharedInstance] showInviteSheetInView:self.view];
(New version)
[Growth showInviteSheetInView:self.view];