# App Signing

:shield: **Avoid Antivirus False Positives – Sign Your App Digitally**

If you want to prevent your app from being flagged as a false positive by antivirus software, you should digitally sign it using a trusted certificate.

:closed\_lock\_with\_key: **What you need:**\
A code signing certificate from a trusted provider.

***

#### :window: **Windows**

{% hint style="success" %}
:white\_check\_mark: **Recommended provider:** [**SSL.com**](https://affiliates.ssl.com/1586.html)\
\
Use our referral link for **extra discounts**!\
:link: <https://affiliates.ssl.com/1586.html>
{% endhint %}

:tv: **Integration Tutorial**\
\
How to sign your app for Windows:\
:point\_right: [Watch on YouTube](https://www.youtube.com/watch?v=5jtkaH42s6M)

***

#### :green\_apple: **macOS**

To sign macOS apps, you'll need an active account in the **Apple Developer Program**:\
:link: [developer.apple.com](https://developer.apple.com)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://gamelauncher.gitbook.io/documentation/publishing-essentials/app-signing.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
