POBApplicationInfo Class Reference
Inherits from | NSObject |
---|---|
Declared in | POBApplicationInfo.h |
Overview
Provides setters to pass application information, Like store URL, application domain, categories, …etc. It is very important to provide transparency for buyers of your app inventory.
domain
Indicates the domain of the mobile application (e.g. “mygame.foo.com”)
@property (nonatomic, strong) NSString *domain
Declared In
POBApplicationInfo.h
storeURL
Valid URL of the application on App store
It is mandatory to pass a valid storeURL, containing the itunes id of your app, It is very important for platform identification.
Example : https://itunes.apple.com/us/app/pubmatic-sdk-app/id1175273098?mt=8
@property (nonatomic, strong) NSURL *storeURL
Declared In
POBApplicationInfo.h
paid
Indicates whether the mobile application is a paid version or not. Possible values are:
POBBOOLNo - Free version
POBBOOLYes - Paid version
@property (nonatomic, assign) POBBOOL paid
Declared In
POBApplicationInfo.h
categories
Comma separated list of IAB categories for the application. e.g. “IAB-1, IAB-2”
@property (nonatomic, strong) NSString *categories
Declared In
POBApplicationInfo.h
keywords
A comma-separated list of keywords giving more information about the publisher app.
@property (nonatomic, strong) NSString *keywords
Declared In
POBApplicationInfo.h