Can I use Hoptoad iOS Notifier (sends iPhone errors to developers) with a Titanium Appcelerator iPhone application? (http://hoptoadapp.com/pages/ios-notifier).
I cannot tell for sure from their website, but it looks like it is an Objective-C library, so I would assume not, but I wanted to check with more knowledgeable people.
If not, is there something else I can do to report user errors in a Titanium Appcelerator iPhone app?
1 Answer
It can either be included as a module(not sure of iPhone but on android for sure) but hoptoad has a javascript api. A port of the same is available for node.js https://github.com/tristandunn/node-hoptoad-notifier
We are in the process of getting it to work. If you get it done before us, feel free to post it :)
Hope this helps!
Your Answer
Think you can help? Login to answer this question!