pspdfkit-cordova
Advanced tools
Comparing version 1.0.16 to 1.0.17
@@ -12,3 +12,3 @@ # Cordova Plugin - PSPDFKit for Android 6 | ||
- Cordova Android 8+. | ||
- PSPDFKit for Android v6.0.1 | ||
- PSPDFKit for Android 6.5 | ||
@@ -154,8 +154,5 @@ ## Installation | ||
4. Next you need to setup your PSPDFKit license key and Maven password. If you don't have a license key or Maven password yet, you can get them by requesting an evaluation version of PSPDFKit at https://pspdfkit.com/try. Inside your Android app's `platforms/android/local.properties` file, specify the `pspdfkit.password` and `pspdfkit.license` properties.: | ||
4. Next you need to setup your PSPDFKit license key. If you don't have a license key yet, you can get one by requesting an evaluation version of PSPDFKit at https://pspdfkit.com/try. Inside your Android app's `platforms/android/local.properties` file, specify the `pspdfkit.license` property: | ||
```properties | ||
# This is the MAVEN_KEY you received when requesting a demo or from the customer portal. | ||
pspdfkit.password=YOUR_PASSWORD | ||
# This is the LICENSE_KEY you received when requesting a demo or from the customer portal. | ||
@@ -214,8 +211,5 @@ pspdfkit.license=LICENSE_STRING | ||
4. Next you need to setup your PSPDFKit license key and Maven password. If you don't have a license key or Maven password yet, you can get them by requesting an evaluation version of PSPDFKit at https://pspdfkit.com/try. Specify the `pspdfkit.password` and `pspdfkit.license` properties inside your Android app's `platforms/android/local.properties` file, create the file if it does not exist: | ||
4. Next you need to set up your PSPDFKit license key. If you don't have a license key yet, you can get one by requesting an evaluation version of PSPDFKit at https://pspdfkit.com/try. Specify the `pspdfkit.license` property inside your Android app's `platforms/android/local.properties` file, create the file if it does not exist: | ||
```properties | ||
# This is the MAVEN_KEY you received when requesting a demo or from the customer portal. | ||
pspdfkit.password=YOUR_PASSWORD | ||
# This is the LICENSE_KEY you received when requesting a demo or from the customer portal. | ||
@@ -289,2 +283,3 @@ pspdfkit.license=LICENSE_STRING | ||
### Error Reporting | ||
To get proper error reporting for JavaScript exceptions, you need to register a global error listener which will print most runtime errors to Logcat. | ||
@@ -291,0 +286,0 @@ |
{ | ||
"name": "pspdfkit-cordova", | ||
"version": "1.0.16", | ||
"version": "1.0.17", | ||
"description": "PSPDFKit Cordova Plugin for Android and iOS", | ||
@@ -5,0 +5,0 @@ "cordova": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1361997