You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2. Connect action method you just added with corresponding menu item or button inside your XIB files.
70
+
71
+
3. Build and run your application. Send a feedback message as you defined in previous step. If everything was done correctly, your message will be displayed in [Feedback Management](http://docs.devmate.com/v1.0/docs/feedback-management) DevMate section.
72
+
73
+
##Updates Setup
74
+
75
+
To keep user of your app updated, do the following.
76
+
77
+
1. Add **com.devmate.UpdateInstaller.xpc** component to your project. Read more [here](http://docs.devmate.com/v1.0/docs/updates#install-necessary-xpc-components) if you need help.
78
+
79
+
2. Add new Object component from _'Object library'_ to your main XIB file and change its class name to `SUUpdater`.
80
+
81
+
3. Build and run your application and try to update.
0 commit comments