How to run or connect the appworks app with service

Options

I have download and installed Profile app and Sample Service. Now How do I connect this Appworks app with the Appworks service from the browser? What is the URL??

How to run simple appworks app without service from web browser?

Any help appreciated..

Thanks

Comments

  • The url reflects the packgae filname. If your service is SampleService_1.0.1.zip then your url from the example is [base-url]/SampleService/v1/profiles.
    Please note, you need to provide the base-url parameter in the client app.

    You can also deploy the sample app as a web app inside appworks. Take (Profiles_1.0.0.zip) and change name of application zip from mobile.zip into web.zip and provide optional webaccess.json file (documentation). As a result your application will be available as host/webaccess in a browser. It is how the developer site works.