更改 VPN 配置权限模式警报 iOS

change VPN configuration permission modal alert iOS

我创建了连接 iPhone 到 VPN(IKEv2) 服务器的应用程序。当我第一次尝试连接到 VPN 时,它需要模式警报中的用户许可。有什么方法可以更改此模态警报的文本吗?在 swift 中没有找到任何这样做的代码。 Info.plist 键,也不包含要执行的操作。可能吗?此外,我的应用程序被 Apple App Review 拒绝,因为我没有向用户正确解释为什么我的应用程序请求许可(我在应用程序中有隐私政策和使用条款,我还在应用程序的描述中解释了数据收集。 ).

Apple 审核团队:

We noticed that your app requests the user’s consent to access their VPN but does not clarify the use of this feature in the permission modal alert.

Please see attached screenshot for details.

更新:

我的申诉已经得到答复,现在正在等待电话。

答案:

Hello,

Thank you for your response. Your call with an Apple Representative is confirmed.

An Apple Representative will call you on the number provided within the next 3 to 5 business days from today to discuss your app.

Best regards,

App Store Review

好的,我接到 Apple 的电话,他们说:

It is new requirement for VPN apps to explain how does they collect user data in permission modal alert, but Swift wasn't updated to do so. That is why you have to show information about data collection in view where you will show prompt or show your custom modal alert.

我添加了自己的提醒,强制用户同意隐私政策并获得批准。

我添加了 "By starting VPN you agree with Privacy policy(this is link)" 之类的文字并获得批准。