Hello all I followed the guide
https://learn.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 ?
Have you implemented a custom listener? It should extend from the below interface. I have provided an example of what I have that works for me!
}