English 中文(简体)
金伯利进程
原标题:SKPaymentQueue canMakePayments crash on IOS 5

it s really a strange problem

当我开始发言时,我将作出[SKPayment Queue能够带来损失]。

当我看一页模拟器5时,它刚刚坠毁[SKPayment Queue能够制造灾难]。

“entergraph

但它在iPad模拟器方面的工作。

在我做事之前,我是否错过了。

更新:

我这样说[SKPayment Queue能够从一开始就让人们认识到这一点。

 - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {    

  // Override point for customization after app launch.

       [SKPaymentQueue canMakePayments];

它立即坠毁。

但是,在新的项目中,我也这样做了。

我的项目设置有错吗?

问题回答

问题!

它引起语言问题。

我的产物名称不是 english

之后,我把这件事改换给联合国办公室,每件事都在第5页。





相关问题
List Contents of Directory in a UITableView

I am trying to list the contents of Ringtones directory in a TableView, however, I am only getting the last file in the directory in ALL cells, instead of file per cell. This is my code: - (...

iPhone NSUserDefaults persistance difficulty

In my app i have a bunch of data i store in the NSUserdefaults. This information consists of an NSObject (Object1) with NSStrings and NSNumbers and also 2 instances of yet another object (Object2). ...

Writing a masked image to disk as a PNG file

Basically I m downloading images off of a webserver and then caching them to the disk, but before I do so I want to mask them. I m using the masking code everyone seems to point at which can be found ...

Resize UIImage with aspect ratio?

I m using this code to resize an image on the iPhone: CGRect screenRect = CGRectMake(0, 0, 320.0, 480.0); UIGraphicsBeginImageContext(screenRect.size); [value drawInRect:screenRect blendMode:...

Allowing interaction with a UIView under another UIView

Is there a simple way of allowing interaction with a button in a UIView that lies under another UIView - where there are no actual objects from the top UIView on top of the button? For instance, ...

热门标签