Introducing SupportEngineKit for Xojo

Framework for Xojo developers - Integrate SupportEngine features in your apps.

With the SupportEngineKit framework for Xojo, you can seamlessly integrate support ticket functionality into your Xojo apps. Users can create tickets and view responses directly within your applications.

Step 1: Install SupportEngine or use the cloud version
Step 2. Setup the API token in SupportEngine settings
Step 3: In Xojo App, setup SupportEngineKitToken property
Step 4: In Xojo App, setup SupportEngineKitURL with /api/ at the end
Step 5: You can use the button to create a New Support Ticket directly from any Xojo app.

NOTE: there is also a framework for Swift apps.

Github link:

SupportEngine website:

7 Likes

Great! Now can you make a framework that prevents users from complaining? :slight_smile:

1 Like

Thanks for sharing :folded_hands:

Thanks for sharing, cool stuff! Does this support Xojo Linux apps?

May I ask why you only offer the project in binary form on GitHub?

This makes it impossible to view the source code before downloading, and what’s even worse, it makes supporting the project through code improvements in the form of collaboration almost impossible. :slightly_smiling_face:

1 Like

Looks like pure Xojo Code = Yes :slight_smile:

1 Like

Great point. Forgot about the option to save the project in a more open way. I updated the repository with an updated and more safe version of the code.

2 Likes

Yes, fully compatible with all platforms.

1 Like