Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

storekit support in ios5 simulator - keyboard doesn't work?

Wow, finally the XCode 4.2 / iOS5 simulator has StoreKit support.

In my app I've noticed that when StoreKit asks for an AppleID/password, I can enter that information using the simulator on-screen keyboard, but NOT via the Mac keyboard.

Is this normal or do I have some other issue?

like image 846
TomSwift Avatar asked Nov 09 '11 19:11

TomSwift


2 Answers

I have the same issue but I do this as a workaround:

Type your password somewhere, copy it, paste into the simulator using cmd + v and then use the iOS paste function (press and hold in the passeword field) to paste it into the dialogue.

Saved me a lot of time!

like image 151
oskob Avatar answered Sep 28 '22 06:09

oskob


From the iOS Simulator menu, select "Reset Content and Settings..."

Sometimes the simulator just gets confused and loses the ability to interact with the keyboard. This should fix it.

like image 25
Chris Allwein Avatar answered Sep 28 '22 07:09

Chris Allwein