cordova-plugin-sms-retriever
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "cordova-plugin-sms-retriever", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Cordova plugin to retrieve SMS in Android using the SMS Retriever API.", | ||
@@ -5,0 +5,0 @@ "cordova": { |
@@ -80,6 +80,6 @@ | License | Platform | Contribute | | ||
Be no longer than 140 bytes | ||
Begin with the prefix <#> | ||
Contain a one-time code that the client sends back to your server to complete the verification flow | ||
End with an 11-character hash string that identifies your app | ||
- Be no longer than 140 bytes | ||
- Begin with the prefix <#> | ||
- Contain a one-time code that the client sends back to your server to complete the verification flow | ||
- End with an 11-character hash string that identifies your app | ||
@@ -143,3 +143,3 @@ Otherwise, the contents of the verification message can be whatever you choose. It is helpful to create a message from which you can easily extract the one-time code later on. For example, a valid verification message might look like the following: | ||
For support, you may post in the **Issues** section. Be aware that I don't have much time for dealing with Java and the Android APIs, so before you start complaining that *X does not work*, make sure to compare the plugin behavior across different devices and emulators in order to locate the exact source of the problem. | ||
For support, you may post in the **GitHub Issues** section. Before reporting that *X does not work*, please compare the plugin behavior across different devices and emulators in order to locate the exact source of the problem. | ||
@@ -146,0 +146,0 @@ ## How to post Issues |
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
219979