0

I am trying to run a movilizer movelet with ionic, but it isn't working. I got movilizer running with the following code I am using the lampaa startApp plugin:

let formsApp = (<any>window).startApp.set({
    "action":"ACTION_MAIN",
    "package":"com.movilizer.client.android.app.demo",
    "intentstart":"startActivity",
   });

  formsApp.start((val)=>{
    console.log(val);

  }, (err) =>{
    console.log(err);
  });
}

I have already tried differend kind of stuff like movilizer://?action=execute&moveletID but nothing is working. How can I implement de executeforce and moveletID with this? I tried to put it in as aan extra or executeforce as an action but this gives an error.

Kind regards Thaïsah

  • movilizer://?action=execute&moveletID is an URL scheme for iOS platforms, have you executed this on an Apple device? Also, the moveletID is the unique numeric identifier that is created by the Movilizer cloud, do you use the correct one for your Movelet? How did you figure it out? – André Schäfer Jul 17 '18 at 14:51
  • I didn't try it on ios because I am working with the honeywell CT50 and this is android. My movelet id is the correct one because it is written a way in a descriptor file that is created at every moveletStartAssignment. – Thaisah van Vugt Jul 17 '18 at 15:00

0 Answers0