Skip to content

Commit

Permalink
Merge pull request #2 from imobile-maio/release/v1.2.1
Browse files Browse the repository at this point in the history
Release/v1.2.1
  • Loading branch information
im-ttmskk authored Dec 9, 2016
2 parents 1559579 + 1928c86 commit 4754ee9
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 2 deletions.
1 change: 1 addition & 0 deletions Maio.framework/Headers/Maio.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
#import <AVFoundation/AVFoundation.h>
#import <SystemConfiguration/SystemConfiguration.h>
#import <MobileCoreServices/MobileCoreServices.h>
#import <StoreKit/StoreKit.h>
#import <sys/sysctl.h>
#if __IPHONE_OS_VERSION_MAX_ALLOWED > __IPHONE_5_0
#import <AdSupport/AdSupport.h> // idfaの取得 用
Expand Down
Binary file modified Maio.framework/Info.plist
Binary file not shown.
Binary file modified Maio.framework/Maio
Binary file not shown.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
![](https://github.com/imobile-maio/maio-iOS-SDK/blob/wiki/doc/images/logo.png)

# maio iOS SDK
- Version: 1.1.7
- Released: 2016/11/09
- Version: 1.2.1
- Released: 2016/12/09
- Supported: iOS 6.0+

## What is maio?
Expand Down
6 changes: 6 additions & 0 deletions release-notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Release Notes

## v1.2.1 (2016-12-09)
- 動画広告の再生準備に失敗し再生が行われないケースがあったので、これを修正。

## v1.2.0 (2016-12-09)
- ストア遷移時に、アプリ内でストアを開くように変更。

## v1.1.7 (2016-11-09)
- UINavigationController 等から広告を表示すると、広告クローズ時に正しい InterfaceOrientation に戻れない場合があるので、これが端末向きとなるよう修正。
- 同一メディアに多数のゾーンが存在する場合、SDK の初期化に必要以上の時間がかかる事があるので、これを修正。
Expand Down

0 comments on commit 4754ee9

Please sign in to comment.