Reputation: 514
Whenever i try to sign my Xamarin forms app for Android to Ad-hoc distribution, i get the below message in "Sign and Distribute" window of VS2022 for Mac.
"Did not properly detect signing algorithm, falling back to default (RSA)"
I have the keystore file created with new key.
java --version gives below
openjdk 11.0.16.1 2022-08-12 LTS
OpenJDK Runtime Environment Microsoft-40648 (build 11.0.16.1+1-LTS)
OpenJDK 64-Bit Server VM Microsoft-40648 (build 11.0.16.1+1-LTS, mixed mode)
VS 2022
Visual Studio 2022 for Mac version 17.6
Xamarin forms
5.0.0.2578
Edit : I followed the official documentation here
Upvotes: 0
Views: 366