apache / cordova-plugin-device

Apache Cordova Device Plugin
https://cordova.apache.org/
Apache License 2.0
387 stars 428 forks source link

feat(ios): add bundled resources for privacy manifest #193

Closed erisu closed 1 month ago

erisu commented 1 month ago

Platforms affected

ios

Motivation and Context

Support Apple's Privacy Manifest requirements

closes https://github.com/apache/cordova-plugin-device/issues/192

Description

The bundle is prefixed with Cordova's internal CDV namespace.

Note for third-party plugins: When creating a bundle or even class names, it is recommended to establish your own namespace and utilize a unique identifier to prevent conflicts with other plugins.

Testing

Checklist