Set update server programmatically

Discussions about creating CAPI applications to run on Android devices
Post Reply
B41
Posts: 1
Joined: September 13th, 2023, 1:56 pm

Set update server programmatically

Post by B41 »

Hi all,

I'm installing CsEntry applications using an intent as shown in the CSEntryAndroidLauncher repo from CSProDevelopment

Everything works fine but I want to know if it is possible to set the CsWeb server for the application so that I can update using the "Update Installed Applications" entry in the menu

Or is there another way to update programmatically without reinstalling the whole application?

Thanks in advance! :)
Gregory Martin
Posts: 1796
Joined: December 5th, 2011, 11:27 pm
Location: Washington, DC

Re: Set update server programmatically

Post by Gregory Martin »

Our current API for inter-Android application communication doesn't allow you to update the application via parameters from an Intent, though we'll keep this in mind for future development.

You can use syncapp to update the application programmatically: https://www.csprousers.org/help/CSPro/s ... ction.html
Post Reply