A
A
Al2017-08-30 18:50:44
Android
Al, 2017-08-30 18:50:44

Why, after generating a signed APK, did authorization through social networks stop working? networks (Vkontakte, Facebook, google)?

During the normal assembly of the application, everything works fine, and when generating a signed file, authorization falls off, as if the keys had gone somewhere or changed.
Assembly:

lintOptions {
        disable 'MissingTranslation'
    } 
buildTypes {
        release {
            minifyEnabled true
            proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
        }
        debug {
            proguardFile 'C:/android/key.jks'
        }
    }

proguard-rules:
-dontwarn com.google.android.gms.internal.zzbdo
-dontwarn okio.**

What is the reason, how to fix it?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
aol-nnov, 2017-08-30
@aol-nnov

the reason, most likely, is that the proguard saws off things that are unnecessary in his opinion. add exceptions.

D
Dmitry, 2017-08-31
@fonfon

Perhaps in the login settings via social networks you have SSH1 keys from the wrong keystore.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question