The demo project comes with ready-to-use demo-activated license (standard, professional and premium).
You can either use the demo project (which is activated with premium license) for your tests or give your project "com.radaee.reader" as package name.
Eclipse: Right click you project -> Android Tools -> Rename Application package, to be able to test the professional and/or premium features.
Android Studio: build.gradle (Module: PDFReader or RDPDFReader) --> change applicationId "your package name" --> Clean project, to be able to test the professional and/or premium features.
In com.radaee.pdf.Global.Init(), you can adopt the active method you want to test.
You need to update the license variables in com.radaee.pdf.Global as Follows:
For old versions of the library:
// boolean succeeded = activeStandard(act, "radaee", "radaee_com@yahoo.cn", "HV8A19-WOT9YC-9ZOU9E-OQ31K2-FADG6Z-XEBCAO");
// boolean succeeded = activeProfessional( act, "radaee", "radaee_com@yahoo.cn", "Z5A7JV-5WQAJY-9ZOU9E-OQ31K2-FADG6Z-XEBCAO" );
boolean succeeded = activePremium(act, "radaee", "This email address is being protected from spambots. You need JavaScript enabled to view it.", "LNJFDN-C89QFX-9ZOU9E-OQ31K2-FADG6Z-XEBCAO");
RadaeePDF SDK for Android
How to activate my Android license?
How to activate my iOS license?
Test different license types on iOS before buying the license
Created : 2015-01-16 18:13:17, Last Modified : 2021-07-06 09:16:47