Hello everybody,

I'd like to use the mobile Application offered for iOS devices. I've already set up the engine and an IIS on the same host as the engine. SSO and basic authentication is also configured.

Now I'd like to use the mobile application on my iOS device. The devices and the host are in the same network. I already tried several server URLs but none of them was the correct one. Every time error message"No Axon.ivy Engine is available with this URL!" is shown.

Unfortunately there is no guide how to configure the app. Maybe you can help me?

Kind regards!

asked 07.06.2018 at 10:14

Sebastian%20Ko's gravatar image

Sebastian Ko
(suspended)
accept rate: 0%

edited 08.06.2018 at 02:57

Reguel%20Wermelinger's gravatar image

Reguel Werme... ♦♦
9.4k31958


The URL pattern is as follows: http[s]://IVYHOSTNAME[:PORT]/ivy/api/APPLICATIONNAME e.g. http://ivymobile.work:8080/ivy/api/MobileShowCase

Hostname and Port should of course reference your front-end webserver (IIS in your case).


If you are not sure whether the necessary URL is exposed by the front-end webserver at all you can open the engine/info resource with a browser: it should ask for a UserName/Password that is known in the ivy-app that you refer: http[s]://IVYHOSTNAME[:PORT]/ivy/api/APPLICATIONNAME/engine/info e.g. http://ivymobile.work:8080/ivy/api/MobileShowCase/engine/info

link

answered 08.06.2018 at 02:56

Reguel%20Wermelinger's gravatar image

Reguel Werme... ♦♦
9.4k31958
accept rate: 70%

edited 08.06.2018 at 03:00

Thanks a lot! That worked without any problems.

(08.06.2018 at 04:41) Sebastian Ko Sebastian%20Ko's gravatar image
Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "Title")
  • image?![alt text](/path/img.jpg "Title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×11
×10
×3
×3

Asked: 07.06.2018 at 10:14

Seen: 1,508 times

Last updated: 08.06.2018 at 04:41