Is it available to use Support.v4 Library with the starter edition? I try to use the ViewPager with fragments and I get the message:
User code size, 2690560 bytes, is larger than 131072 and requires a Business (or higher) License.
Thanks for the answers.
Adding in the support library increases the size of your app, and pushes it beyond the starter app size limitations as stated on the Xamarin Starter details page:
- Apps must meet size restrictions(128k of compiled C# or F# code), include only managed code (not Objective-C/Swift, Java, or C/C++ libraries), and use Xamarin.iOS/Xamarin.Android, not Xamarin.Forms.
You will need to upgrade your license if you wish to use the Support Library. Refer to the Starter page for details and Starter-compatible app samples: http://xamarin.com/starter
Answers
Adding in the support library increases the size of your app, and pushes it beyond the starter app size limitations as stated on the Xamarin Starter details page:
You will need to upgrade your license if you wish to use the Support Library. Refer to the Starter page for details and Starter-compatible app samples: http://xamarin.com/starter