diff --git a/README.md b/README.md index a7b7339..c868740 100644 --- a/README.md +++ b/README.md @@ -22,15 +22,29 @@ Dev Feed: https://ci.appveyor.com/nuget/inappbillingplugin |Xamarin.Android|API 14+| |Windows 10 UWP|10+| -### Created By: [@JamesMontemagno](http://twitter.com/jamesmontemagno) +### Created By: [@JamesMontemagno](http://github.com/jamesmontemagno) * Twitter: [@JamesMontemagno](http://twitter.com/jamesmontemagno) -* Blog: [MotzCod.es](http://motzcod.es), [Micro Blog](http://motz.micro.blog) +* Blog: [Montemagno.com](http://montemagno.com) * Podcasts: [Merge Conflict](http://mergeconflict.fm), [Coffeehouse Blunders](http://blunders.fm), [The Xamarin Podcast](http://xamarinpodcast.com) * Video: [The Xamarin Show on Channel 9](http://xamarinshow.com), [YouTube Channel](https://www.youtube.com/jamesmontemagno) ### Checkout my podcast on IAP I co-host a weekly development podcast, [Merge Conflict](http://mergeconflict.fm), about technology and recently covered IAP and this library: [Merge Conflict 28: Demystifying In-App Purchases](http://www.mergeconflict.fm/57678-merge-conflict-28-demystifying-in-app-purchases) +## Version 3 Linker Settings + +For linking if you are setting **Link All** you may need to add: + +#### Android: +``` +Plugin.InAppBilling; +``` + +#### iOS: +``` +--linkskip=Plugin.InAppBilling +``` + ### License The MIT License (MIT), see [LICENSE](LICENSE) file.