Tapstream integration

I’m getting ‘No results’ on just searching the word ‘Tapstream’ alone.

Anyways, my question is it possible to integrate Tapstream (tapstream.com) with an Ionic project? Their API offers integration with Phonegap but there is nothing for Cordova (or Ionic).

I wonder if there is another way around this maybe trying to add it directly with Xcode. Has anyone tried this or have suggestions?

Thanks in Advance!

I think officially they don’t support Ionic but I’ve been able to get my app integrated. They do officially support phonegap and I found the following works for Cordova:

http://www.plugreg.com/plugin/tapstream/phonegap3-plugin

You can plug it in with the following cli:

cordova plugin add https://github.com/tapstream/phonegap3-plugin.git

Works for me!