android-proguard-snippets icon indicating copy to clipboard operation
android-proguard-snippets copied to clipboard

Add for Samsung's Pass SDK

Open ghost opened this issue 10 years ago • 3 comments

http://developer.samsung.com/resources/pass

Maybe nobody is using it but they don't have a solution out-of-the-box. I'll try to paste it here if I find a solution...

ghost avatar Apr 09 '15 16:04 ghost

Did you find something? Currently I'm using

-dontwarn com.samsung.**
-keep class com.samsung.** {*;}

But I want to improve it.

StanKocken avatar Jun 16 '16 09:06 StanKocken

Hi @StanKocken, any progress so far? I am having problem with this sdk too, keeping all its stuffs seems to work, but it doent make sense using ProGuard and keep all the things, right?

ltpquang avatar Oct 01 '18 07:10 ltpquang

I just deleted the SDK from my app. I lost the support for a couple of Samsung devices, but the latest one are using the Google fingerprint API anyway.

Le lun. 1 oct. 2018 à 03:04, Lê Thái Phúc Quang [email protected] a écrit :

Hi @StanKocken https://github.com/StanKocken, any progress so far? I am having problem with this sdk too, keeping all its stuffs seems to work, but it doent make sense using ProGuard and keep all the things, right?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/krschultz/android-proguard-snippets/issues/32#issuecomment-425808314, or mute the thread https://github.com/notifications/unsubscribe-auth/ACGi-90uwMN_j-jIpzVRxVt34dm-qWWsks5ugb5rgaJpZM4D9ZEg .

StanKocken avatar Oct 01 '18 10:10 StanKocken