Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PackageInfo.signatures is deprecated #851

Open
shoatman opened this issue Mar 16, 2020 · 5 comments
Open

PackageInfo.signatures is deprecated #851

shoatman opened this issue Mar 16, 2020 · 5 comments
Assignees
Labels
Internal Issue created by a project contributor Issue Triage The engineering team has looked into the issue, understood the issue, labelled/classified the issue

Comments

@shoatman
Copy link
Contributor

https://developer.android.com/reference/android/content/pm/PackageInfo#signatures

@shoatman shoatman added the Internal Issue created by a project contributor label Mar 16, 2020
@bgavrilMS
Copy link
Member

Starting to get this on Xamarin as well now. It's deprecated, but still works for now.

@Edgaras91
Copy link

Any info on the alternative that we should be using?
I used this enum here in Xamarin.Android:
var signatures = packageManager.GetPackageInfo(context.PackageName, PackageInfoFlags.Signatures).Signatures;

Also, shouldn't this be posted to Xamarin.Forms github too?

@rodolfodsousa
Copy link

I notice Google is giving a different approach to get the Hashkey for our app:
https://developers.google.com/identity/sms-retriever/verify#computing_your_apps_hash_string

@iambmelt iambmelt added the Issue Triage The engineering team has looked into the issue, understood the issue, labelled/classified the issue label Dec 1, 2020
@iambmelt iambmelt self-assigned this Dec 2, 2020
@iambmelt
Copy link
Member

iambmelt commented Dec 2, 2020

@iambmelt iambmelt assigned paulkagiri and unassigned iambmelt Mar 3, 2021
@iambmelt
Copy link
Member

iambmelt commented Mar 3, 2021

@paulkagiri Assigning to you, as you have picked up the ADO ticket

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Internal Issue created by a project contributor Issue Triage The engineering team has looked into the issue, understood the issue, labelled/classified the issue
Projects
None yet
Development

No branches or pull requests

6 participants