Skip to content
切换导航条
切换导航条
当前项目
正在载入...
登录
ZAnti-Addiction
/
ZAnti-Addiction-Unity
转到一个项目
切换导航栏
切换导航栏固定状态
项目
群组
代码片段
帮助
项目
活动
版本库
流水线
图表
问题
0
合并请求
0
维基
网络
创建新的问题
作业
提交
问题看板
文件
提交
网络
比较
分支
标签
Commit 6699d614
由
王帅
编写于
2023-01-20 13:18:07 +0800
浏览文件
选项
浏览文件
标签
下载
电子邮件补丁
差异文件
read me
1 个父辈
bfbfbfd9
隐藏空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
17 行增加
和
6 行删除
Anti-Addiction-Unity.md
README.md
Anti-Addiction-Unity.md
查看文件 @
6699d61
...
...
@@ -56,7 +56,11 @@ After building, open xcworkspace project.
Add the following parameters into the
`info.plist`
.
You can find the
`info.plist`
in your Xcode project.
`warning: You can contact PM for all of these IDs .`
-
`UIUserInterfaceStyle`
:Because Dark mode changes the font color, the SDK has not adapted Dark mode, so it needs to be disabled
-
`NSUserTrackingUsageDescription`
:get hint for IDFA
-
`zgameid`
:You can contact PM for this
-
`zchannelid`
:You can contact PM for this
```xml
<key>zgameid</key>
...
...
@@ -67,6 +71,9 @@ You can find the `info.plist` in your Xcode project.
<key>NSUserTrackingUsageDescription</key>
<string>get hint for IDFA</string>
<key>UIUserInterfaceStyle</key>
<string>Light</string>
```
### Config the Sign In with Apple
...
...
README.md
查看文件 @
6699d61
...
...
@@ -2,7 +2,7 @@
# 入门指南
本指南适用于希望通过 Unity 接入中宣部防沉迷功能的发布商
。
本指南适用于希望通过 Unity 接入中宣部防沉迷功能的发布商
,接入配置好SDK后,游戏开发者只需要正常进行游戏流程并进行SDK的初始化即可。
## 前提条件
...
...
@@ -30,7 +30,7 @@
<img
src=
'resources/add_custom_package.png'
>
确保选择所有文件,然后
点击 Import。
点击 Import。
<img
src=
'resources/import_custom_package.png'
>
...
...
@@ -52,9 +52,10 @@
##### 配置iOS参数
请在info.plist中进行如下配置:
-
NSUserTrackingUsageDescription:是为了获取IDFA权限
-
zgameid:请联系掌游产品获取
-
zchannelid:请联系掌游产品获取
-
`UIUserInterfaceStyle`
:由于Dark模式会改变字体颜色,SDK尚未适配Dark模式,所以需要禁用
-
`NSUserTrackingUsageDescription`
:是为了获取IDFA权限
-
`zgameid`
:请联系掌游产品获取
-
`zchannelid`
:请联系掌游产品获取
```
xml
<key>
zgameid
</key>
<string>
your game id
</string>
...
...
@@ -64,6 +65,9 @@
<key>
NSUserTrackingUsageDescription
</key>
<string>
IDFA权限获取说明
</string>
<key>
UIUserInterfaceStyle
</key>
<string>
Light
</string>
```
##### 配置Apple登录
...
...
编写
预览
支持
Markdown
格式
附加文件
你添加了
0
人
到此讨论。请谨慎行事。
Finish editing this message first!
Cancel
请
注册
或
登录
后发表评论