We've purchased a license for the Radaee PDFviewer, but we can't find the method to activate the license key in B4A.
They give an example at:
http://www.radaeepdf.com/component/fss/?view=kb&catid=9&kbartid=1
Apparently in Java it's should be as simple as:
Then in code (example) ...
Has anyone registered this library in B4A yet, and how does one do it?
They give an example at:
http://www.radaeepdf.com/component/fss/?view=kb&catid=9&kbartid=1
Apparently in Java it's should be as simple as:
B4X:
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.radaee.reader"
android:versionCode="1"
android:versionName="1.0" >
B4X:
boolean succeeded = activePremium(act, "radaee", "radaee_com@yahoo.cn", "LNJFDN-C89QFX-9ZOU9E-OQ31K2-FADG6Z-XEBCAO");
Has anyone registered this library in B4A yet, and how does one do it?