iOS Safari Web 扩展 - 当我们添加新的必需权限时当前用户会发生什么
iOS Safari Web Extension - What happens to current users when we add a new required permission
我正在开发 iOS Safari Web 扩展,我想添加一个新的必需权限。
但是,我找不到任何地方解释当前用户会发生什么。
扩展会像以前一样继续工作吗?
在用户再次激活之前,扩展是否会被禁用?
从我们的测试来看,似乎一切都按预期工作。
我们要添加 nativeMessaging 权限。
有谁知道 Apple 是否有该信息?或者会发生什么?
在Apple Forums中,一位工程师回复:
Yes, adding new permissions has no impact on existing users. New host
permissions will need the user to allow them when the extension next
tries to access tabs, cookies, pages, etc that match the new host
patterns.
我正在开发 iOS Safari Web 扩展,我想添加一个新的必需权限。
但是,我找不到任何地方解释当前用户会发生什么。
扩展会像以前一样继续工作吗?
在用户再次激活之前,扩展是否会被禁用?
从我们的测试来看,似乎一切都按预期工作。
我们要添加 nativeMessaging 权限。
有谁知道 Apple 是否有该信息?或者会发生什么?
在Apple Forums中,一位工程师回复:
Yes, adding new permissions has no impact on existing users. New host permissions will need the user to allow them when the extension next tries to access tabs, cookies, pages, etc that match the new host patterns.