Try Rebuild is this a Debug build? The linker is set to None or something else?
Gekidoku
@Gekidoku
Release build, Linker to SDK only, Multidex on (cuz of the size), Target API 28
trying a rebuild with linker to none
Linker to none no errors
apps going to be huge without linking :))
TonyLugg
@TonyLugg
@TonyLugg How can I create an interactive notification in Xamarin Android? For example, the Microsoft Authenticator app sends a notification and the user can Deny or Approve the authentication process. Tapping Approve probably calls some method in the Authenticator app, which then communicates to their back-end.
Gekidoku
@Gekidoku
Do you already use a push service for notifications?
TonyLugg
@TonyLugg
Yes
Gekidoku
@Gekidoku
which one
TonyLugg
@TonyLugg
Azure Notifications Hub
Jonathan Peppers
@jonathanpeppers
@Gekidoku I wouldn't set it to None for a Release build. What NuGet package is that method from?
Maybe we need to file a bug
Gekidoku
@Gekidoku
Microsoft.AppCenter.Crashes
Jonathan Peppers
@jonathanpeppers
Version?
_
Gekidoku
@Gekidoku
im using 2.6.2
cant find a changelog
heh i may know why its not working....
the ol classic
forgot to update the package in the android project
OK, I'll check that out, but my notifications work. The doc shows how to create categories, but nothing for interactive. Are your notifications interactive?
The Xamarin iOS docs have interactive notificatoins...
Gekidoku
@Gekidoku
Mine arent, certain types of notifications do trigger functions automagically but i dont use interactive ones
TonyLugg
@TonyLugg
Clearly it is possible since MS is doing it with their Authenticator app. I would like the user to respond to a question, yes/no, as a convenience.