Hello all I followed the guide
https://docs.microsoft.com/en-us/appcenter/sdk/distribute/android
AppCenter.start(getApplication(), "real app secret ", Distribute.class);
Log.e("Distribute","start worked for Dist without listener");
I am doing this in an onCreate of a library that does the login for my application and i see the log being printed yet no dialog pops up
Any ideas what could be the problem ?
from Trying to use appcenter Distribute in Android
No comments:
Post a Comment