Skip to content

Commit 47ade75

Browse files
committed
Add custom server url guide
1 parent 4cb6e95 commit 47ade75

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

docs/advanced-usage.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,3 +54,18 @@ With that change in place, now it's just a matter of choosing how your app deter
5454
_NOTE: If needed, you could also implement a hybrid solution that allowed your end-users to toggle between different release channels, while also allowing your server to override that decision. This way, you have a hierarchy of "release channel resolution" that ensures your app has the ability to update itself out-of-the-box, your end users can feel rewarded by getting early access to bits, but you also have the ability to run A/B tests on your users as needed._
5555

5656
Are you using dynamic release channel assignments? Contact us at hello@appzung.com so that we may provide better integration.
57+
58+
### Using a custom server URL
59+
60+
This module lets you change the targeted CodePush server URL, this can be used by:
61+
62+
- People who use a self-hosted basic CodePush server like the open source Microsoft's code-push-server. Note that you won't be able to use most features of AppZung with these self-hosted servers. We're committed to keep this module compatible with the basic CodePush features so that our users are not locked in.
63+
- Enterprise clients with a custom AppZung infrastructure
64+
65+
#### iOS
66+
67+
Add a `CodePushServerURL` in the `Info.plist` targeting your code-push server.
68+
69+
#### Android
70+
71+
Add a `CodePushServerUrl` in your strings resources targeting your code-push server.

0 commit comments

Comments
 (0)