mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-04-13 00:00:10 +08:00
27 lines
690 B
Markdown
27 lines
690 B
Markdown
---
|
|
description: >-
|
|
SmsRetrieverApi plugin for Cordova and Ionic. This plugin retries the SMS which arrive without requiring READ permissions.
|
|
---
|
|
|
|
# SmsRetrieverApi
|
|
|
|
This plugin retries the SMS which arrive without requiring READ permissions.
|
|
|
|
## Installation
|
|
|
|
```bash
|
|
ionic cordova plugin add cordova-plugin-sms-retriever --variable PLAY_SERVICES_VERSION="18.0.1"
|
|
npm install @awesome-cordova-plugins/sms-retriever-api
|
|
```
|
|
|
|
**Plugin Repo:** [https://github.com/andreszs/cordova-plugin-sms-retriever](https://github.com/andreszs/cordova-plugin-sms-retriever)
|
|
|
|
## Supported Platforms
|
|
|
|
- Android
|
|
|
|
## Further Information
|
|
|
|
- [Installation Guide](../../installation.md)
|
|
- [FAQ](../../faq.md)
|