bsorrentino / ionic-broadcaster-sample

Sample usage of cordova-broadcaster in ionic2 using ionic-native
8 stars 1 forks source link

broadcaster plugin is not working in ios. i amgetting unhandle promise rejection issue for addlistenerr #6

Closed prameela-reddy closed 2 months ago

prameela-reddy commented 4 years ago

this.platform.ready().then(() => {

this.broadcaster.addEventListener('NucleiBroadCaster').subscribe((event) => { 
  console.log("NucleiBroadCaster "+event);

//  // this.iPalHashCodeBasedRedirection(event.hashcode);
  });
});
bsorrentino commented 4 years ago

Hi @prameela-reddy

Are you using the last version of plugin 4.0.0 ?

Which IOS version ?

prameela-reddy commented 4 years ago

Hi

I am using version 5.16.0

On Fri, 15 Nov 2019, 4:07 p.m. bsorrentino <notifications@github.com wrote:

Hi @prameela-reddy https://github.com/prameela-reddy

Are you using the last version of plugin 4.0.0 ?

Which IOS version ?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/bsorrentino/ionic-broadcaster-sample/issues/6?email_source=notifications&email_token=AEOQYXJEE4KCEPU6W5ZQZ7DQTZ3XHA5CNFSM4JNWHS62YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEFBEOA#issuecomment-554308152, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEOQYXLGQH7RP5XJ2T7TJRDQTZ3XHANCNFSM4JNWHS6Q .

bsorrentino commented 4 years ago

Hi @prameela-reddy

Using cordova-broadcaster-plugin@4.0.0 and cordova-ios@4.5.5 my test works as expected

what are the versions in your case?

bsorrentino commented 2 months ago

close for inactivity