Two binaries with one App installation?
Dear Innovaphone support,
Is it possible to install two binaries with one App installation?
Our App X is using another binary Y.
First we installed Y as /usr/sbin/Y on the App Platform via scp.
This works fine. App X can use Y via the Commands API.
But when a new version of the App Platform is installed, /usr/sbin/Y is removed.
We want to avoid this by including Y in the App installation package.
According to https://sdk.innovaphone.com/13r2/doc/appstoreguide.htm this might work by listing all required files in app_files.
X_files currently contains:
Y,X,X.png
But only X and X.png are installed.
Y is not copied to the App Platform.
Do you have a solution?
Best regards,
Sam