Search found 12 matches

Go to advanced search

by Angela Rogers
Thu Mar 20, 2014 7:06 pm
Forum: Issues
Topic: Credit Card swipe from magnetic stripe reader
Replies: 10
Views: 1111
 
Jump to post

Credit Card swipe from magnetic stripe reader

I just shared with a href="mailto:support@appery.io" rel="nofollow"support@appery.io/a. It would be great if you could take a look and try exporting to an android apk file and see what it says.

by Angela Rogers
Wed Mar 19, 2014 3:12 pm
Forum: Issues
Topic: Credit Card swipe from magnetic stripe reader
Replies: 10
Views: 1111
 
Jump to post

Credit Card swipe from magnetic stripe reader

Thank you for that. I did follow the instructions there. I changed the app to use PhoneGap 2.4 and I got half as many errors on exporting to an apk. The Card.IO plugin requires the card.io SDK. I tried copying the sdk ( https://github.com/card-io/card.io-An... ) to the libs folder and referencing it...
by Angela Rogers
Mon Mar 17, 2014 11:55 pm
Forum: Issues
Topic: Credit Card swipe from magnetic stripe reader
Replies: 10
Views: 1111
 
Jump to post

Credit Card swipe from magnetic stripe reader

I found a PhoneGap plugin that does a card read via the camera. It is card.io. I created a new project and I'm trying to add it so I can create it as a plugin. I have uploaded the files and made the changes it said to make, but get this when I try to export for Android: /CardIOPGPlugin/src/com/cubet...
by Angela Rogers
Mon Mar 17, 2014 6:19 pm
Forum: Issues
Topic: Credit Card swipe from magnetic stripe reader
Replies: 10
Views: 1111
 
Jump to post

Credit Card swipe from magnetic stripe reader

Are you familiar with any other reader?

by Angela Rogers
Mon Mar 17, 2014 4:21 pm
Forum: Issues
Topic: Credit Card swipe from magnetic stripe reader
Replies: 10
Views: 1111
 
Jump to post

Credit Card swipe from magnetic stripe reader

I use Stripe.com for processing credit card transactions. I used the plugin in appery and it worked great! I am wondering if anyone has tried integrating a magnetic stripe reader like the ID Tech one here: http://www.idtechproducts.com/product... Thanks for any ideas or suggestions in to how to inte...
by Angela Rogers
Sat Feb 22, 2014 8:06 pm
Forum: Issues
Topic: Windows Phone App will not open camera for barcode scanning on Windows 8 phones
Replies: 6
Views: 1281
 
Jump to post

Windows Phone App will not open camera for barcode scanning on Windows 8 phones

No. I didn't change any code. When I converted to Windows 8, I didn't change anything except to right click on the project and click upgrade to Windows 8.

by Angela Rogers
Sat Feb 22, 2014 6:18 pm
Forum: Issues
Topic: Windows Phone App will not open camera for barcode scanning on Windows 8 phones
Replies: 6
Views: 1281
 
Jump to post

Windows Phone App will not open camera for barcode scanning on Windows 8 phones

My app works great on iPhones and Android, and I'm trying to get it to work for Windows phones. I exported the VS project and it seemed to compile just fine. I uploaded it as a beta to the Windows Phone store and had a friend who has a Windows 8 phone install it to his phone. I have a button that la...
by Angela Rogers
Sat Feb 01, 2014 6:01 pm
Forum: Issues
Topic: Estimation for iOS7 Support
Replies: 42
Views: 6848
 
Jump to post

Estimation for iOS7 Support

My project was loading in an earlier version of XCode by default. After opening it up in XCode 5 it compiled. Thanks.

by Angela Rogers
Sat Feb 01, 2014 3:26 am
Forum: Issues
Topic: Estimation for iOS7 Support
Replies: 42
Views: 6848
 
Jump to post

Estimation for iOS7 Support

I'm trying to compile my project in XCode and followed the instructions above, but when I try to compile I get over 500 errors. What else do I need to do so that it compiles correctly? Thanks!

by Angela Rogers
Fri Nov 01, 2013 3:10 pm
Forum: Issues
Topic: Close popup automatically and cancelling barcode scanner
Replies: 5
Views: 919
 
Jump to post

Close popup automatically and cancelling barcode scanner

I resolved the issue by mapping the 'cancelled' response from the barcodeservice to a local storage variable, then used the following javascript: if (localStorage.getItem('scancancelled')=="true"){ Appery.navigateTo('startScreen'); } else { myrestservice.execute({}); } Apparently when you ...

Go to advanced search