ios_device_check 1.1.0 copy "ios_device_check: ^1.1.0" to clipboard
ios_device_check: ^1.1.0 copied to clipboard

discontinued
outdated

A Flutter plugin to use iOS DeviceCheck. Only supported on iOS 11.0 or newer.

ios_device_check #

A Flutter plugin to use iOS DeviceCheck.

Usage #

To use this plugin, add ios_device_check as a dependency in your pubspec.yaml file.

import 'package:ios_device_check/ios_device_check.dart';

// Check whether the DeviceCheck API is available on the current device.
bool isSupported = await IosDeviceCheck.isSupported();

// Generate a token (Base64-encoded string).
String token = await IosDeviceCheck.generateToken();

Note #

DeviceCheck API is only available on iOS 11.0 or newer.

If the plugin is invoked on unsupported platform, the error will be thrown.

7
likes
0
pub points
78%
popularity

Publisher

verified publishernaokiokada.com

A Flutter plugin to use iOS DeviceCheck. Only supported on iOS 11.0 or newer.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on ios_device_check