[Request]: In device_info_plus, when uniformly retrieving device information, remove the serialNumber field and obtain it separately only if needed.
Plugin
device_info_plus
Use case
When publishing the app to the marketplace, the serialNumber will be classified as sensitive information. It should not be requested without user consent. However, some other libraries like Catcher use device_info_plus during initialization. In such cases, the marketplace might reject the submission because sensitive information is being requested without user consent.
Proposal
In device_info_plus, when uniformly retrieving device information, remove the serialNumber field and obtain it separately only if needed.
Hi @MorningGu have you seen this older ticket? Contains a similar discussion not sure if it can answer your request. https://github.com/fluttercommunity/plus_plugins/issues/1808