1

I want to add credit card swipe feature to my application. Please let me know if I have to do anything other than the following:

  1. Swipe the card

  2. Populate the fields on the view with the card info

  3. Store that populated into database(I have an idea in this db part), which will be used for further process later.

Please help me how to start programming for this. I have card reader device. What do I need to do now?

I'm Using ID Tech Shuffle Device.

Ry-
  • 218,210
  • 55
  • 464
  • 476
nikey
  • 237
  • 2
  • 10
  • 18

2 Answers2

2

Side note: If you are reading and handling credit card data, you'll need to ensure that you're doing it in a PCI-compliant manner. You can check out https://www.pcisecuritystandards.org/ for more info about the requirements, but they can be quite onerous.

You might want to consider a solution like http://getcardflight.com that manages the encryption for you so that you don't have credit card data flowing through your app and db.

1

Please purchase the UniMag for swipe card reader from the bellow link

http://www.idtechproducts.com/products/mobile-readers/141.html

http://www.youtube.com/watch?v=VCWVhHCD-nQ it's video for Swipe card

You simply need to integrate this UniMag SDK and can easily swipe the card to Your iOS Device

iDhaval
  • 7,824
  • 2
  • 21
  • 30
  • Hi , thanks for the reply, The link shows six different device , in that which device is best to use , And each have different SDK's. can i follow one SDK's for all the iPhone supported device.Please help clarify me in this. – nikey May 15 '13 at 13:23
  • 1
    Please check the link now I have change it! you can download data sheet and SDK also from here http://www.idtechproducts.com/products/mobile-readers/141.html – iDhaval May 15 '13 at 13:25
  • @iDhaval what's the password to download the SDK? – HairOfTheDog Apr 24 '14 at 21:30