I working on payment library and i need to be sure is requests are from my library or not
i want to know can i generate a sign(or something that is secure and unique) for my library just like apk files?
any help would be appreciated.
I working on payment library and i need to be sure is requests are from my library or not
i want to know can i generate a sign(or something that is secure and unique) for my library just like apk files?
any help would be appreciated.
Yes, you can
Sign your application and lib modue .aar will sign automatically.
For more details - How to sign AAR Artifacts in Android?