http://bugzilla.novell.com/show_bug.cgi?id=612627
http://bugzilla.novell.com/show_bug.cgi?id=612627#c0 Summary: StoreKit FinishTransaction unrecognized selector Error Classification: Mono Product: MonoTouch Version: SVN Platform: Other OS/Version: Other Status: NEW Severity: Critical Priority: P5 - None Component: Class Libraries AssignedTo: [email protected] ReportedBy: [email protected] QAContact: [email protected] Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 GTB7.0 (.NET CLR 3.5.30729) public SKPaymentQueue DefaultQueue {get; set;} public void FinishTransaction(SKPaymentTransaction transaction, bool wasSuccessful) { Console.WriteLine("FinishTransaction"); try { // remove the transaction from the payment queue. DefaultQueue.FinishTransaction(transaction); <--- error <Error>: *** -[SKPaymentQueue count]: unrecognized selector sent to instance 0x5e3e8f0 Reproducible: Always Steps to Reproduce: 1. Call DefaultQueue.FinishTransaction(transaction) Actual Results: <Error>: *** -[SKPaymentQueue count]: unrecognized selector sent to instance 0x5e3e8f0 Expected Results: Transaction finishes, popup message appears confirming appstore purchase. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
