= fail_iap @helu.winning = successful_iap @helu.buy end def fail_iap lambda { |transaction| puts "something went wrong" } end def successful_iap lambda { |transaction| puts "We created the IAP :-)"} end end Friday, June 7, 13
#2 0x0065f6bf in rb_method_missing () #3 0x006827bf in rb_vm_dispatch () #4 0x0068408c in rb_vm_trigger_method_missing () #5 0x00683221 in rb_vm_dispatch () #6 0x003e1202 in vm_dispatch () at app_delegate.rb:3 #7 0x003e2c6d in rb_scope__application:didFinishLaunchingWithOptions:_ _ (self=0xb1881f0, application=0xb467b60, launchOptions=0x4) at app_delegate.rb:10 Friday, June 7, 13