An open API service indexing awesome lists of open source software.

https://github.com/hex-digital/capacitor-plugin-open-subscription-setting

Capacitor plugin to programatically open the devices native manage subscription settings or settings app. For both iOS and Android.
https://github.com/hex-digital/capacitor-plugin-open-subscription-setting

Last synced: 8 months ago
JSON representation

Capacitor plugin to programatically open the devices native manage subscription settings or settings app. For both iOS and Android.

Awesome Lists containing this project

README

          

# open-subscription-settings

Allows to user to open the subscription settings of their native platform from within the application.

## Install

```bash
npm install open-subscription-settings
npx cap sync
```

## API

* [`triggerOpenSettings()`](#triggeropensettings)
* [`triggerOpenSubscriptions()`](#triggeropensubscriptions)

### triggerOpenSettings()

```typescript
triggerOpenSettings() => Promise
```

--------------------

### triggerOpenSubscriptions()

```typescript
triggerOpenSubscriptions() => Promise
```

--------------------