html - 如何更改和添加适用于 iOS 的 GDPRconsentform.html 文件

标签 html ios swift admob

我正在使用AdMob在我的应用程序中,我想更改 google 的 gdpr 同意书上最后一个按钮上的文本标题,上面写着 Pay for the ad-free version

enter image description here

关于google's gdpr docs它说:

To update consent text of the Google-rendered consent form, modify the consentform.html file included in the Consent SDK as required.

为了访问它,我去了 864 行里面consentform.html蓝色里面Pods PersonalizedAdConsent 内的图标Resources 内的文件夹文件夹。

enter image description here

即使我将行更改为 Access the limited ad-free version在我启动应用程序后,它仍然显示Pay for the ad-free version .

enter image description here

如何修改它?

最佳答案

使用新构建系统,pod 库只需构建一次。

因此,如果您需要在 pod 库内进行更改或在创建新的 pod 库时,请不要忘记在每次更改后清理构建文件夹 (⌘+⇧+k)。

关于html - 如何更改和添加适用于 iOS 的 GDPRconsentform.html 文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58048252/

相关文章:

ios - Swift:相机 View 上的圆角

ios - 如何让用户在保存时自定义文件名?

javascript - 使用 keyup 键入时调整文本区域宽度

html - 从 Bootstrap 3 中的表单元素选择中删除箭头

javascript - Chrome 文件阅读器的 PC8/CP437 字符集

ios - 如何间隔和异步发送HTTP请求

arrays - swift 2.2 : Non +1 increasing iterator loops

javascript - 从 html 表单获取 javascript 变量

c# - MonoTouch.Dialog:不在 NavigationController 中时弹出回到父级

ios - 为 UITableView 的每一行推送不同的 UIView