applicationId
: e.g. bundle identifier or some unique app idapplicationName
: Name of the appdevelopmentType
:Mobile
orWeb
applicationType
:
for
Mobile
development type
ReactNative
if the app built asReact-Native Library
, user access the app inside SuperAppNative
if the app built with native framework or other framework than React-Native, SuperApp trigger to launch the appSPA
user access the app with system browser like a website *you need to handle authenticated method from SuperApp
for
Web
development type
React
if the app built asReact Library
, user access the app inside SuperAppSPA
SuperApp trigger to open URL in a new tab *you need to handle authenticated method from SuperApp
iOSDeeplinkUrl
: deeplink url for ios app (forNative
app)androidDeeplinkUrl
: deeplink url for android app (forNative
app)webUrl
: web app url (forSPA
app)
- Request personal access token (PAT) for npm authentication
(Azure Artifacts)
- Set up .npmrc
(Azure Artifacts)
- Create CI/CD and publish to SuperApp's Azure Artifacts
- Request SuperApp to set up the instalation Library
- Web App will be automatically linked
- Mobile App should request SuperApp to set up the instalation link