Playhaven SDK不工作

我在我的应用程序中集成了Playhaven全屏广告。 在全屏广告加载时执行两个操作。 一个是closures视图,二是去App Store。 当两个操作都执行时,我必须检查哪个函数被调用。

我已经试过函数

-(void)request:(PHPublisherContentRequest *)request contentDidDismissWithType:(PHPublisherContentDismissType *)type{ NSLog(@"Type %@",type); } 

但是在这两种情况下,都会返回stringPHPublisherContentUnitTriggeredDismiss。

如何在两个button上单击添加差异操作?

目前,Playhaven SDK不会区分触发contentDidDismissWithType委托的解雇types。 但是,我知道这是我们正在研究的未来增加的事情。