Cuzy-iOS-demo:https://github.com/TheIndex/Cuzy-iOS-demo android
cuzysdk(www.cuzy.com) 是一個手機淘寶客sdk,經過使用cuzy,能夠獲取taobao平臺的推廣商品數據,移動開發者把推廣的商品數據呈現給用戶,用戶完成商品的購買,開發者從中獲取推廣費用,從而達到將流量變現的目的。 git
cuzySDK是一個移動開發者提供淘寶客模塊的平臺。開發者經過使用cuzy,能夠便捷的集成到各移動平臺,方便的刪選推薦物品,高效的轉換流量。 github
iOS demo, that shows the capabilities of Cuzy SDK (淘寶客), that can be found on http://www.cuzy.com app
last update: 2013.6.5 fetch
===============version 1.0=============== this
this is a IOS APP SDK for taobaoke (Also has a sdk for android) spa
you can download the sdk at : http://cuzy.com/index/download_sdk .net
Something Notable: 開發
1).Copy the apropriate architecture's .a library and the apropriate resource bundle when you test. get
2).You app's mainWindow's rootViewController should not be nil.
3).Add -ObjC linker flag to your other link flag.
4.HOW TO USE:
@interface FrontViewController : UIViewController
{
}
(void)viewDidLoad { [super viewDidLoad]; [[CuzyAdSDK sharedAdSDK] setDelegate:self]; [[CuzyAdSDK sharedAdSDK] registerAppWithAppKey:@"cuzy key" andAppSecret:@"cuzy secret"]; }
(IBAction)showLayout1:(id)sender { [[CuzyAdSDK sharedAdSDK] fetchAppItemWithThemeID:nil orSearchKeywords:@"abcd"]; }
(IBAction)showLayout2:(id)sender { [[CuzyAdSDK sharedAdSDK] fetchAppItemWithThemeID:@"8" orSearchKeywords:@"abcde"]; }
(IBAction)getRawDataArray:(id)sender { NSArray* rawArray = [[CuzyAdSDK sharedAdSDK] fetchRawItemArraysWithThemeID:@"8" orSearchKeywords:@"adbc" withPageIndex:0];
NSLog(@"the rawArray size is %d", rawArray.count); for (int i =0;i<[rawArray count]; i++) { CuzyTBKItem* tempItem = [rawArray objectAtIndex:i];
}
}
////////////////////////////////////////////////////////
QQ:1263572458 QQ羣:322622433
意見反饋及技術支持:Email:support@theindex.com,aa@theindex.com
地址:朝陽區西大望路甲3號 藍堡國際中心1座2303 ////////////////////////////////////////////////////////