chariotsolutions / phonegap-nfc

PhoneGap NFC Plugin
MIT License
706 stars 556 forks source link

NFC for IOS #302

Closed Jackthomsonn closed 6 years ago

Jackthomsonn commented 6 years ago

NFC for IOS doesn't seem to work for me. Are there any examples on how we should be setting up for IOS? The app just crashes after a successful tap and I'm not too sure where to go from here. Below is what I have done:

this.nfc.beginSession().subscribe(() => { this.nfc.addTagDiscoveredListener(() => { this.navCtrl.push(PageToShow, { data: 'test' }) }) })

If anyone could point me in the right direction to debug an ionic app that might be more helpful :)