You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AvatarSync provides capabilities to synchronize profile pictures from various sources, like WhatsApp or Facebook.
The functionalities used require a jailbroken iOS device (7.0-8.2) and a compiled version can be found on TheBigBoss-repository.
Implementing further functionality
For implementing further matching modes two options are possible:
Multiple Matching
One can add further matching capabilities by implementing MatchingDelegate.h.
The implementing class needs to be added to the MultipleBaseTableViewController.m in its viewDidLoad-method
Single Matching
For adding a singlematcher there are multiple custom ways to do this. See ImageApplyOptions.m#156 for examples.