Skip to content

Commit a3ce17f

Browse files
author
Gleb Dolgich
committed
Updated README with missing info on registration URL testing; updated Twitter username, now @glebd
1 parent ac8b8ab commit a3ce17f

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,10 @@ To support registration URLs in your application:
169169

170170
Test the URL schema support by making a test purchase which results in
171171
displaying an activation link, and clicking on it. If you are running your
172-
application in debugger, place a breakpoint in the
172+
application in debugger, place a breakpoint in the URLCommand instance method
173+
performWithURL:. The breakpoint will be triggered when you click on the
174+
registration link. You can extract the link into a standalone HTML file so
175+
that is available for testing without making any additional test purchases.
173176

174177
4. GENERATING KEYS
175178
==================
@@ -201,7 +204,7 @@ See [2] for more information.
201204

202205
CocoaFob is Copyright (C) 2009 PixelEspresso
203206
<http://www.pixelespressoapps.com>. All rights reserved. Written by Gleb
204-
Dolgich (Twitter: @gbd)
207+
Dolgich (Twitter: @glebd)
205208

206209
CocoaFob is distributed under Creative Commons Attribution 3.0 License
207210
<http://creativecommons.org/licenses/by/3.0/>. Attribution may take form of a

0 commit comments

Comments
 (0)