diff --git a/docs/capabilities/server/userActions.md b/docs/capabilities/server/userActions.md index a6b6a9d..adb44d0 100644 --- a/docs/capabilities/server/userActions.md +++ b/docs/capabilities/server/userActions.md @@ -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. diff --git a/docs/guides/launch/feature-guide.md b/docs/guides/launch/feature-guide.md index 1bab6d4..8349e8f 100644 --- a/docs/guides/launch/feature-guide.md +++ b/docs/guides/launch/feature-guide.md @@ -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. --- diff --git a/docs/guides/launch/launch-guide.md b/docs/guides/launch/launch-guide.md index c3bf266..c12bd91 100644 --- a/docs/guides/launch/launch-guide.md +++ b/docs/guides/launch/launch-guide.md @@ -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**. diff --git a/docs/quickstart/quickstart-unity.mdx b/docs/quickstart/quickstart-unity.mdx index f72ef85..369eef4 100644 --- a/docs/quickstart/quickstart-unity.mdx +++ b/docs/quickstart/quickstart-unity.mdx @@ -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. diff --git a/versioned_docs/version-0.11/capabilities/userActions.md b/versioned_docs/version-0.11/capabilities/userActions.md index 751f3cd..2031895 100644 --- a/versioned_docs/version-0.11/capabilities/userActions.md +++ b/versioned_docs/version-0.11/capabilities/userActions.md @@ -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 diff --git a/versioned_docs/version-0.12/capabilities/server/userActions.md b/versioned_docs/version-0.12/capabilities/server/userActions.md index a6b6a9d..cf6aeb2 100644 --- a/versioned_docs/version-0.12/capabilities/server/userActions.md +++ b/versioned_docs/version-0.12/capabilities/server/userActions.md @@ -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. diff --git a/versioned_docs/version-0.12/guides/launch/feature-guide.md b/versioned_docs/version-0.12/guides/launch/feature-guide.md index 1bab6d4..8349e8f 100644 --- a/versioned_docs/version-0.12/guides/launch/feature-guide.md +++ b/versioned_docs/version-0.12/guides/launch/feature-guide.md @@ -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. --- diff --git a/versioned_docs/version-0.12/guides/launch/launch-guide.md b/versioned_docs/version-0.12/guides/launch/launch-guide.md index c3bf266..c12bd91 100644 --- a/versioned_docs/version-0.12/guides/launch/launch-guide.md +++ b/versioned_docs/version-0.12/guides/launch/launch-guide.md @@ -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**. diff --git a/versioned_docs/version-0.12/quickstart/quickstart-unity.mdx b/versioned_docs/version-0.12/quickstart/quickstart-unity.mdx index f72ef85..369eef4 100644 --- a/versioned_docs/version-0.12/quickstart/quickstart-unity.mdx +++ b/versioned_docs/version-0.12/quickstart/quickstart-unity.mdx @@ -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.