Last updated:
0 purchases
mas oaid
mas_oaid #
Flutter plugin for mas oaid.
Getting Started #
This project is a starting point for a Flutter
plug-in package,
a specialized package that includes platform-specific implementation code for
Android and/or iOS.
For help getting started with Flutter development, view the
online documentation, which offers tutorials,
samples, guidance on mobile development, and a full API reference.
docs #
移动安全联盟集成文档
在./android/app/src/main/中建立assets放入在mas申请的证书和supplierconfig.json
调用
final _masOaidPlugin = MasOaid();
await _masOaidPlugin.getOAID();
copied to clipboard
applicationId、证书的名子,证书的内容必须统一,即:
证书是为此项目申请的
项目的ID必须是证书的名子
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.