0.0.9 • Published 11 months ago

@aalzehla/capacitor-sms-retriever v0.0.9

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

Capacitor Sms Retriever

This is a clone of @skmd87/capacitor-sms-retriever but with ios Support supports capacitor 6. Under development plugin for retriving SMS without the need of any permission. Suitable for OTP

npm install @aalzehla/capacitor-sms-retriever

Usage

import { CapacitorSmsRetriever, } from "@aalzehla/capacitor-sms-retriever";
.
.
.
//For Android
CapacitorSmsRetriever.startListening().then((res:any) => {
		console.log("SMS Content", res.body);
	}).catch((err:any) => {
		console.log("Failed", err);
	});

// For iOS
CapacitorSmsRetriever.present().then((code:string) => {
		console.log("OTP", code);
	}).catch((err:any) => {
		console.log("Failed", err);
	});
0.0.9

11 months ago

0.0.8

11 months ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago