BUILD RELEASE ARTIFACTS

Mobile App Builder-Android

Mobile App Builder-Android

SERVER_TYPE

NONOAM

shared_server_url

https://mumaa012.in.oracle.com:18443

SERVER_TYPE

OAM

KEY_SERVER_URL

Eg. https://mumaa012.in.oracle.com:18443

(This URL must be of OHS without webgate)

CHATBOT_ID

The tenant ID

CHATBOT_URL

The web socket URL for the ChatApp application in IBCS

Mobile App Builder-Android

Mobile App Builder-Android

Mobile App Builder-Android

Mobile App Builder-Android

Mobile App Builder-Android

The application has config page to add URL. This is for development purpose only and can be removed using below step. (Update content src tag)

Mobile App Builder-Android

<IfModule mod_headers.c>
	<If "%{HTTP_USER_AGENT} =~ /obdx-mobile-android/">
	Header edit Set-Cookie ^(.*)$ $1;SameSite=None;Secure
</If>
<If "%{HTTP_USER_AGENT} =~ /obdx-softtoken/">
	Header edit Set-Cookie ^(.*)$ $1;SameSite=None;Secure
</If>
</IfModule>

 

With below one as,

<IfModule mod_headers.c>
<If "%{HTTP_USER_AGENT} =~ /obdx-mobile-android/">
	Header edit Set-Cookie "SameSite=Strict" ""
</If>
<If "%{HTTP_USER_AGENT} =~ /obdx-softtoken/">
	Header edit Set-Cookie "SameSite=Strict" ""
</If>
</IfModule>

Note: We strongly recommend you to use https setup with sdk 31 only, as google play store won’t allow app’s below sdk 31.

 

Back