I've added HockeyApp and it links to the Hocley dashboard, key is loaded, crashing gets reported. Yay.
Now the next thing is to add a feedback button, and this is something that I see is not so simple from the Xamarin Forms standpoint.
I am not clued up on how to use platform specific actions, although the basics of this code is provided.
https://support.hockeyapp.net/kb/client-integration-cross-platform/how-to-integrate-hockeyapp-with-xamarin#feedback
I am...sort of new to programming, so I'm trying to understand how to add this feature in a neat way without making a rat's nest in my code.
How would I add a class to the Droid side that uses this code, and then interface it to a feedback button on my Xam.Forms PCL?
A little help would be very much appreciated.