[Mono-bugs] [Bug 612627] New: StoreKit FinishTransaction unrecognized selector Error

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Tue Jun 8 14:08:57 EDT 2010


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: gnorton at novell.com
        ReportedBy: jepsen at gmail.com
         QAContact: mono-bugs at lists.ximian.com
          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.


More information about the mono-bugs mailing list