Mulitiple Provisioning apps
Hello,
we are trying to develope a provisioning app.
We noticed that only one app is displayed in the profile-> myPhone -> new Phone.
Is it possible to show multiple provisioningtitles here?
In the screenshot you can see it displays only one.
For the test we have to apps which register com.innovaphone.provisioning like this:
"serviceApis": {
"domain-appname1": {
"com.innovaphone.provisioning": {
"title": "Provisioning1"
}
}
}
"serviceApis": {
"domain-appname2": {
"com.innovaphone.provisioning": {
"title": "Provisioning2"
}
}
}
But when the second app is started Provisioning1 is not present anymore.
Regards,
Anton
ProvisioningQuestion.png