Greystripe ads with MonoTouch?

限于喜欢 提交于 2019-12-24 03:03:59

问题


Has anybody integrated greystripe ads into their app built with MonoTouch?

If so whats the best way to go about it?

Greystripe provides and SDK and guide, but it deals with objective-c and editing in xcode.


回答1:


Just to let know anyone who finds this questiom

You can find MonoTouch Greystrpe Bindings here




回答2:


You an use btouch to create the MonoTouch bindings to the ObjC SDK

From http://docs.xamarin.com/ios/advanced_topics/binding_objective-c_types

The new btouch tool for MonoTouch (and bmac for MonoMac) simplifies binding an Objective-C API and does the heavy lifting for you: registering the selectors, taking care of invoking the proper handle for overwritten classes, doing parameter checking and doing some of the common marshaling required for your project.



来源:https://stackoverflow.com/questions/9189024/greystripe-ads-with-monotouch

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!