File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6363
6464> 方法名前标有星号 “* ” 表示该方法尚未经测试,可用性未知
6565
66-
67-
6866### GameKit
6967
7068> 游戏相关功能实现,用于补全Unity自带Game Center的功能缺陷
9694
9795> iCloud相关功能
9896
99- > 在调用插件方法之前先调用 ` Initialize ` 方法进行插件初始化
97+ > 无需调用 ` Initialize ` 方法,插件会自动初始化
10098
10199| 方法 | 功能 |
102100| ---------------------------| ----------------------------------------|
118116
119117> iOS 本地通知推送
120118
121- > 在调用插件方法之前先调用 ` Initialize ` 方法进行插件初始化
119+ > 无需调用 ` Initialize ` 方法,插件会自动初始化
122120
123121| 方法 | 功能 |
124122| -----------------------------------| -----------------------|
Original file line number Diff line number Diff line change 11{
22 "name" : " com.fengyan.ios-native-plugin" ,
3- "version" : " 2.4.0 " ,
3+ "version" : " 2.4.1 " ,
44 "displayName" : " iOS Native Plugin" ,
55 "description" : " iOS Native Plugin for Unity" ,
66 "documentationUrl" : " https://github.com/Aaron8052/Unity-iOSNative-Plugin/tree/main?tab=readme-ov-file#unity-iosnative-plugin" ,
You can’t perform that action at this time.
0 commit comments