Customers of Fyne Labs gain access to our telemetry system so their apps can report which features are popular and which could be improved. As with every great product the feature-set develops to user needs and we are now happy to provide a way to gather feedback as well!
A simple form to gather info
To add more context to standard telemetry data we want to get user input and sentiment. Be sure to have this easily accessible throughout your app so that people can engage whenever they have something to feed back.
Simple use the following method call in your app:
feedback.ShowFeedback(Telemetry, Window)
Adding that will get this friendly feedback window, and any information provided will be sent to the telemetry server.
With this addition using the feedback package from Fyne Labs telemetry library you can quickly easily gather user sentiment for your app. Find out more on the product page.
