Hiii, I reviewed the Digits documentation for this fix again and again, but could not find it. When I open the Digit Mobile Test screen and close it, I get two instances of my application on the last screen.
This is how I set up the numbers.
In the application,
Fabric.with(this, new TwitterCore(authConfig), new Digits());
And with activity
DigitsAuthButton digitsButton = (DigitsAuthButton) findViewById(R.id.btn_phone_auth); digitsButton.setAuthTheme(R.style.CustomDigitsTheme); AuthCallback authCallback = new AuthCallback() { @Override public void success(DigitsSession session, String phoneNumber) {
Need help with this.
source share