##iOS Native($20)
https://www.assetstore.unity3d.com/jp/#!/content/7421
$20でこれだけのことができる。すごい。
けど、使い方に癖があって複雑?なことをすると面倒くさい。
基本的に日本語の情報がない。
ドキュメントは割と分かりやすい。
##iOS Nativeできること
###課金In-App purchases (Cons. / Non-Cons.)
- Transaction Events
- Purchase States (Purchased, Failed, Deferred, Restored)
- Restore purchases implementation
- Transactions Validation
###SNS連携
- Facebook Post
- Twitter Post
- Native Sharing Dialog
###iCloud連携
- Availability check
- Set data for key
- Get data for key
- Data change events
- Supported types: float, string, byte[]
###iAd App Network
- Banners
- Interstitials
- 9 Gravity Options supported
- Ability to set Custom x, y banner point
###Camera And Gallery :超手軽にスクリーンショットを保存できるからおすすめ
- Taking Photo from Camera
- Loading Texture from Gallery
- Saving Texture to Gallery
- Saving Screenshot to Gallery
###Game Center
- Show leaderboards UI
- Show UI leaderboard by ID
- Retrieve leaderboard score by ID
- Report leaderboard score by ID
- Show Achievements UI
- Reporting Achievements
- Get All Achievements info
- Retrieve data for your custom leaderboard UI
- Load GameCenter user names and avatars
- Load Friends list
- Challenge Friends
- Multiplayer Peer-to-Peer (with game example)
- Multiplayer Example Video Preview
###More features
- Play Video via web URL
- Play Video via YouTube app
- Local / Push Notifications
- Banner Notification
- Date Time Picker
- Shared App API
- Rate Pop-up
- Dialog Pop-up
- Message Pop-up
- Native Preloader
- Date Time Picker UI
- iOS Native Events
- Flash-like Events as gift
##セットアップはここを見ればおk
StoreKit.framework
Accounts.framework
Social.framework
MessageUI.framework
MediaPlayer.framework
MobileCoreServices.framework
GameKit.framework
を導入する必要がある
https://unionassets.com/iosnative/plugin-set-up-2