Skip to content

Commit

Permalink
fix: add to FAQ one channel by platform
Browse files Browse the repository at this point in the history
  • Loading branch information
riderx committed Dec 4, 2024
1 parent d79b48a commit 87b6ab3
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/content/docs/docs/faq.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -321,3 +321,13 @@ To limit the number of database queries, we do update row only on app update.

This limitation will be removed in the future.

# How to have different update by platform?[](https://capgo.app/docs/faq/#how-to-have-different-update-by-platform "Direct link to How to have different update by platform?")

You can create a channel for each platform. and disable platform specific updates in each channel.

On ios channel disable android updates and on android channel disable ios updates.

Then upload a bundle to each channel to have different update for each platform.

If you need to have the same update for both platform, you can link one bundle to multiple channels. No need to duplicate the bundle.

0 comments on commit 87b6ab3

Please sign in to comment.