Closed azzaGarsaa closed 5 years ago
Hi, does the ZebraIonicDemo work for you without modification?
@darryncampbell yes it's working
Have you configured DataWedge to send intents to your application with the correct action? See the ReadMe of ZebraIonicDemo for more information.
@darryncampbell thank you for responding me, I found it:), in DataWedge configuration, it was Intent delivery should be set on Broadcast intent
i had followed the ZebraIonicDemo and i wanted to set it in in my app, so i installed this plugin : ionic cordova plugin remove com-darryncampbell-cordova-plugin-intent which is now (1.1.7)
` (window).plugins.intentShim.getIntent((intent) => {
if (intent ) {
console.log('intent', intent);
(window).plugins.intentShim.registerBroadcastReceiver({
filterActions: [
'com.continuousnet.myAPP.ACTION',
`
i'm not getting any data, even the console.log('Received Intent: ' + JSON.stringify(intent.extras)); is not showing
could any one help me ?