Changelog iOS
From InMobi Wiki
InMobi iOS SDK i350 - Changelog
Please refer to the documentation provided in the bundle.
30-May-2012: SDK i350 (Build 3.5.3) released
- Included the
uniqueIdentifierproperty of the device as a part of the ad request. In compliance with the relevant iOS policies, before using this version, Publishers must obtain user consent for sending device identifier information.
15-May-2012: SDK i350 (Build 3.5.2) released
- Fixed earlier issue of a
UIScrollViewnot scrolling to top when creating an instance ofIMAdView. - Fixed minor issues in the
IMSDKUtilclass. - Fixed minor issues occurring during beaconing events.
24-Apr-2012: SDK i350 (Build 3.5.1) released
- Fixed minor issues occurring while refreshing an expanded ad.
11-Apr-2012: SDK i350 released
30-Mar-2012: SDK i350 Beta (Build 3.5.0) released
- The
uniqueIdentifierproperty ofUIDeviceclass is no longer used. - Fixed earlier multiple redirection issues.
- Fixed crash in
IMAdRequestclass. - Fixed issue of app tracker callback going to internal URL.
- Fixed alignment issues of expanded ads.
- Removed the Core Location framework from the SDK. Core Location is no longer a mandatory framework required to link with SDK i350.
- Added MediaPlayer, Security, and AVFoundation frameworks to SDK i350.
Added New Methods
IMAdView.h
- (BOOL)shouldRotateToInterfaceOrientation:(UIInterfaceOrientation)orientation;
IMAdRequest.h
typedef enum
{
ID_LOGIN,
ID_SESSION
} IMIDType;
typedef enum
{
DeviceID_NONE = 1 << 0,
DeviceID_ODIN1 = 1 << 1
} DeviceIDMask;
@property (nonatomic,assign) CLLocation *location; @property (nonatomic, copy) NSString *loginID; @property (nonatomic, copy) NSString *sessionID;
- (void)setLocationWithCity:(NSString *)_city state:(NSString *)_state country:(NSString *)_country;
- (void) addIDType:(IDType)idType withValue: (NSString *)value;
Removed Properties
IMAdRequest.h
@property (nonatomic, assign) BOOL isLocationEnquiryAllowed;
21-Sep-2011: SDK i300 (Build 3.0.2) released
- Suppressed location update requests in
IMAdView's constructor. - Fixed minor issue in
IMAdView'sloadIMAdRequest:method. - Fixed linker errors for the
IMReachabilityPrivateclass.
16-Sep-2011: SDK i300 (Build 3.0.1) released
- Fixed ad alignment issues.
- Fixed a minor memory leak issue.