OutSystems Forge 日本語データベース

Secure Device Plugin

※Forge全件データの日本語検索サービスをご利用になりたい場合は、こちらまでお問合せください。

Forge英文サイト

2016-11-08 2.0.0 André Vieira 10.0.105.0 All All Plug-ins
デバイスが侵害されたかどうかを検証するモバイル拡張機能。 初期化時に、デバイスがルート(Android)またはjailbroken(iOS)でないことが検証されます。 また、画面ロック機構が設定されていること、パターン、PIN、またはパスワードが検証されます。 デバイスが保護されていない場合、ユーザーにメッセージが表示され、アプリはユーザーに情報を表示せずに終了します。
プラグインは、初期化時にデバイスが侵害されていないこと、つまりルート(Android)またはjailbroken(iOS)でないことを検証します。 また、PIN、パターン、またはパスコードがデバイスをロックするように設定されていることを検証します。 この基準に従ってデバイスが保護されていない場合、メッセージがユーザーに表示され、アプリは情報を表示せずに終了します。 利用方法 単純にプラグインへの参照を追加し、OnApplicationReadyイベントでCheckSecureDevicePluginアクションを使用します。 これにより、プラグインがネイティブビルドに確実に組み込まれます。 カスタマイズする方法 プラグインは、次の言語にローカライズされています: 英語 ポルトガル語 スペイン語 フランス語 ドイツ人 日本語 新しい言語を追加したい場合は、GitHubリポジトリをフォークし、言語リソースを追加し、モジュール内のプラグインURLを更新します。

[Overview]
Mobile extension to validate if a device is easily compromised. It validates, on initialization, that the device is not rooted (Android) or jailbroken (iOS). It also validates that a screen lock mechanism is set, a pattern, a pin, or a password. If the device is not secure a message is shown to the user and the app exits without showing any information to the user.
[Detail]
The plugin validates, when it initializes, that the device is not compromised, i.e. it is not rooted (Android) or jailbroken (iOS). It also validates that a pin, pattern, or passcode is set to lock the device. If the device is not secured according to this criteria a message is shown to the user and the app exits without showing any information. How to use it Simply add a reference to the plugin and use the CheckSecureDevicePlugin action in the OnApplicationReady event. This ensures that the plugin will be included in the native build. How to customize it The plugin is localized for the following languages: English Portuguese Spanish French German Japanese If you wish to add a new language fork the GitHub repository, add the language resources, and update the plugin url in the module.
戻る