plus_plugins icon indicating copy to clipboard operation
plus_plugins copied to clipboard

Looking forward to iOS and macbook packageInfo.buildSignature can also return the correct value

Open leeyisoft opened this issue 1 year ago • 0 comments
trafficstars

Plugin

package_info_plus

Use case

Right now the packageInfo.buildSignature method returns a SHA256 hex string (without colon byte delimiters)

just in Android.

package_info_plus already has the basic functionality, why not just extend it to also deliver the signing key hash for iOS, and make it cross-platform? The signing key is also used to lock down Apple APIs. (Although they use only one key for debug and release, unlike Android.)

Proposal

Looking forward to iOS and macbook packageInfo.buildSignature can also return the correct value

https://github.com/fluttercommunity/plus_plugins/issues/2940

leeyisoft avatar Jul 11 '24 03:07 leeyisoft