File tree 1 file changed +5
-2
lines changed
1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -169,7 +169,10 @@ To support registration URLs in your application:
169
169
170
170
Test the URL schema support by making a test purchase which results in
171
171
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.
173
176
174
177
4. GENERATING KEYS
175
178
==================
@@ -201,7 +204,7 @@ See [2] for more information.
201
204
202
205
CocoaFob is Copyright (C) 2009 PixelEspresso
203
206
<http://www.pixelespressoapps.com>. All rights reserved. Written by Gleb
204
- Dolgich (Twitter: @gbd )
207
+ Dolgich (Twitter: @glebd )
205
208
206
209
CocoaFob is distributed under Creative Commons Attribution 3.0 License
207
210
<http://creativecommons.org/licenses/by/3.0/>. Attribution may take form of a
You can’t perform that action at this time.
0 commit comments