Hi! I am developing App, that handles profile creating for DataWedge. I need my App could create 2 profiles. I though, that I can achieve it by calling profileManager.processProfileAsync(PROFILE_NAME, SET, new String[]{extraProfile}) twice with different arguments (name and extraProfile string). But after calling it twice it creates only one (first call) profile. Second call is ignored. So the question is
Can we call this method twice
profileManager.processProfileAsync(PROFILE_NAME, SET, new String[]{extraProfile});
to create two different profiles?
Or how can I create 2 profiles?
1 Replies
Hi,
You need to send two seperate intents to create the two profiles - we don't support multiple profile creation in a single API call. Please refer to here for more info: https://techdocs.zebra.com/datawedge/6-3/guide/createprofile/