Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion docs/capabilities/server/userActions.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ By default, apps make posts or comments using their associated app account. With
To ensure a positive user experience and compliance with Reddit policies:

- **Be transparent:** Inform users and show them the content that will be posted on their behalf.
- **Provide user control:** Users must opt in to allow the app to post on their behalf. If opt-in is persistent, make it clear how users can opt out.
- **No auto-creation:** Users must opt in to allow the app to post or comment on their behalf. This can only happen on an explicit action.
- **Provide user control:** If you are relying on persistent user opt-in, you must make it clear on how the user can opt-out.


:::note
Apps using user actions must follow these guidelines to be approved.
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/launch/feature-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Whether you’re prototyping an early version of your first Reddit game or launc

Note that our top featuring slots are reserved for games that are of professional quality, as well as games that see exceptional engagement as they grow (CTR, dwell times, positive user engagement, retention).

Once your game is part of the program, it will be rotated in and out of featuring slots to support curitorial diversity.
Once your game is part of the program, it will be rotated in and out of featuring slots to support curatorial diversity.

---

Expand Down
4 changes: 4 additions & 0 deletions docs/guides/launch/launch-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ Polished apps may also apply for **Reddit featuring**, which includes on-platfor

---

:::warning
Our team pauses all app reviews during the December holidays. Please see community announcements in [r/Devvit](https://www.reddit.com/r/Devvit/comments/1pnf6r6/reminder_limited_support_hours_december_23rd/) and Discord for specific limited support dates
:::

## When is an app ready to be launched?

Apps should be polished and stable before launch. Ensure your data schema is scalable and your UIs are clean and accessible, as **quality and performance directly impact organic distribution and adoption**.
Expand Down
4 changes: 4 additions & 0 deletions docs/quickstart/quickstart-unity.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,10 @@ To replace these files, export your project from Unity twice: once with compress
6. Run `npm run dev` in your Devvit project to see your Unity app running on Reddit


:::warning
File uploads have a 100 MB size limit and a 30-second timeout. We’re working to improve these limits. If you encounter issues, try splitting large files or using a faster network connection.
:::

## Communicate between Unity and Reddit

The Unity app includes a [DevvitBridge.cs](https://github.com/reddit/devvit-unity-project/blob/main/Assets/Scripts/DevvitBridge.cs) file that uses UnityWebRequests to communicate with the `src/server/index.ts` file.
Expand Down
5 changes: 3 additions & 2 deletions versioned_docs/version-0.11/capabilities/userActions.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ By default, apps make posts or comments with their associated [app account](../a

Users should never be surprised by an app creating content on their behalf. Apps using this feature need to:

- **Be transparent.** Inform users and show them the content that will be posted on their behalf.
- **Provide user control.** Users must opt in to allow the app to post on their behalf. If opt-in is persistent, you must make it clear on how the user can opt out.
- **Be transparent:** Inform users and show them the content that will be posted on their behalf.
- **No auto-creation:** Users must opt in to allow the app to post or comment on their behalf. This can only happen on an explicit action.
- **Provide user control:** If you are relying on persistent user opt-in, you must make it clear on how the user can opt-out.

## How it works

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ By default, apps make posts or comments using their associated app account. With
To ensure a positive user experience and compliance with Reddit policies:

- **Be transparent:** Inform users and show them the content that will be posted on their behalf.
- **Provide user control:** Users must opt in to allow the app to post on their behalf. If opt-in is persistent, make it clear how users can opt out.
- **No auto-creation:** Users must opt in to allow the app to post or comment on their behalf. This can only happen on an explicit action.
- **Provide user control:** If you are relying on persistent user opt-in, you must make it clear on how the user can opt-out.

:::note
Apps using user actions must follow these guidelines to be approved.
Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-0.12/guides/launch/feature-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Whether you’re prototyping an early version of your first Reddit game or launc

Note that our top featuring slots are reserved for games that are of professional quality, as well as games that see exceptional engagement as they grow (CTR, dwell times, positive user engagement, retention).

Once your game is part of the program, it will be rotated in and out of featuring slots to support curitorial diversity.
Once your game is part of the program, it will be rotated in and out of featuring slots to support curatorial diversity.

---

Expand Down
4 changes: 4 additions & 0 deletions versioned_docs/version-0.12/guides/launch/launch-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ Polished apps may also apply for **Reddit featuring**, which includes on-platfor

---

:::warning
Our team pauses all app reviews during the December holidays. Please see community announcements in [r/Devvit](https://www.reddit.com/r/Devvit/comments/1pnf6r6/reminder_limited_support_hours_december_23rd/) and Discord for specific limited support dates
:::

## When is an app ready to be launched?

Apps should be polished and stable before launch. Ensure your data schema is scalable and your UIs are clean and accessible, as **quality and performance directly impact organic distribution and adoption**.
Expand Down
4 changes: 4 additions & 0 deletions versioned_docs/version-0.12/quickstart/quickstart-unity.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,10 @@ To replace these files, export your project from Unity twice: once with compress
6. Run `npm run dev` in your Devvit project to see your Unity app running on Reddit


:::warning
File uploads have a 100 MB size limit and a 30-second timeout. We’re working to improve these limits. If you encounter issues, try splitting large files or using a faster network connection.
:::

## Communicate between Unity and Reddit

The Unity app includes a [DevvitBridge.cs](https://github.com/reddit/devvit-unity-project/blob/main/Assets/Scripts/DevvitBridge.cs) file that uses UnityWebRequests to communicate with the `src/server/index.ts` file.
Expand Down