App Preferences
This plugin allows you to read and write app preferences
Cordovaの問題で困っていますか?

本格的なプロジェクトを構築している場合、トラブルシューティングに時間を費やす余裕はありません。Ionicのエキスパートが、保守、サポート、統合に関する公式サポートを提供しています。
インストール
Ionic Native Enterprise はIonic Teamが完全にサポートしメンテナンスしているプラグインを利用できます。 詳しくみる か、 エンタープライズプラグインに興味があれば 連絡ください
サポートしているプラットフォーム
- Android
- BlackBerry 10
- Browser
- iOS
- macOS
- Windows 8
- Windows Phone
利用方法
React
Angular
import { AppPreferences } from '@ionic-native/app-preferences/ngx';
constructor(private appPreferences: AppPreferences) { }
...
this.appPreferences.fetch('key').then((res) => { console.log(res); });