# Caveats and Workarounds

Unfortunately, when sideloading apps, certain functions may break or apps may have unexpected behavior.

Sideloaded apps will be unable to send you notifications unless you have a developer certificate due to needing the app's bundle id to be the same as the one from the App Store.&#x20;

Even if you do have a developer certificate, apps that play any sort of media will not be able to be launched from the music controls from the lockscreen if you choose to enable support for notifications.

Other apps may have their own issues, mentioned on the next page(s)


---

# 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://shouganai.gitbook.io/ios-stuff/sideloading/tweak-injection/caveats-and-workarounds.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.
