Skip to content

Instantly share code, notes, and snippets.

@saurabh360
Created July 10, 2013 18:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save saurabh360/9a1c69f451bf7fc6f2b6 to your computer and use it in GitHub Desktop.
Save saurabh360/9a1c69f451bf7fc6f2b6 to your computer and use it in GitHub Desktop.
System.NullReferenceException: Object reference not set to an instance of an object
at NonConsumables.NonConsumableViewController.<ViewWillAppear>m__4 (MonoTouch.Foundation.NSNotification notification) [0x0001e] in /Users/imac/Desktop/monotouch-samples-master/StoreKit/NonConsumables/NonConsumableViewController.cs:126
at MonoTouch.Foundation.InternalNSNotificationHandler.Post (MonoTouch.Foundation.NSNotification s) [0x00000] in /Developer/MonoTouch/Source/monotouch/src/shared/Foundation/NSNotificationCenter.cs:47
at at (wrapper managed-to-native) MonoTouch.ObjCRuntime.Messaging:void_objc_msgSend_IntPtr_IntPtr_IntPtr (intptr,intptr,intptr,intptr,intptr)
at MonoTouch.Foundation.NSNotificationCenter.PostNotificationName (System.String aName, MonoTouch.Foundation.NSObject anObject, MonoTouch.Foundation.NSDictionary aUserInfo) [0x0001b] in /Developer/MonoTouch/Source/monotouch/src/Foundation/NSNotificationCenter.g.cs:147
at NonConsumables.InAppPurchaseManager.ReceivedResponse (MonoTouch.StoreKit.SKProductsRequest request, MonoTouch.StoreKit.SKProductsResponse response) [0x0008d] in /Users/imac/Desktop/monotouch-samples-master/StoreKit/NonConsumables/InAppPurchaseManager.cs:60
at at (wrapper managed-to-native) MonoTouch.UIKit.UIApplication:UIApplicationMain (int,string[],intptr,intptr)
at MonoTouch.UIKit.UIApplication.Main (System.String[] args, System.String principalClassName, System.String delegateClassName) [0x0004c] in /Developer/MonoTouch/Source/monotouch/src/UIKit/UIApplication.cs:38
at NonConsumables.Application.Main (System.String[] args) [0x00001] in /Users/imac/Desktop/monotouch-samples-master/StoreKit/NonConsumables/AppDelegate.cs:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment