0

Per my requirements I need to add a custom keypad. However, I found out that if there is custom keypad in app that this will be rejected by Apple. I found code for custom keypad that could be used, but I would like clarification if this is true. Is it recommended that I add my own custom keypad to my app?

Gilles 'SO- stop being evil'
  • 104,111
  • 38
  • 209
  • 254
Mahesh Babu
  • 3,395
  • 9
  • 48
  • 97
  • Possible duplicates: http://stackoverflow.com/questions/1610542/custom-iphone-keyboard, http://stackoverflow.com/questions/3421462/can-i-create-custom-keyboard-in-iphone – Cody Gray - on strike Jan 03 '11 at 07:42

1 Answers1

1

You can have a custom keypad in your app if it is not generated by manipulating the existing keyboard. So if you build it yourself this should be ok. I have a custom keyboard in one of my apps. No problems with apple.

dasdom
  • 13,975
  • 2
  • 47
  • 58