codingecho

日々の体験などを書いてます

Entries from 2017-12-01 to 1 month

Create a Generative Adversarial Network iOS App with CoreML

I created the app that generates a handwritten image with CoreML on iOS. I'm going to explain the process to release this app from beginning to end. The software versions Xcode 9.2 (9C40b) Docker 17.09.1-ce TensorFlow docker imagesha256:1b…

Use native code on iOS with Unity Native Code in the Unity

First, write native code you used for iOS. Read this document I needed to write native code for the In-App Purchase on iOS. Then, just put your native code in the Assets/Plugins/iOS directory. The hierarchy like this; For example, using Ob…