codingecho

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

Entries from 2018-01-01 to 1 month

App receipt on iOS can exceed the upper limit of the TEXT type on InnoDB

The TEXT type's upper limit of character is 65535 characters. App receipt's size, characters, can grow beyond the upper limit of the TEXT type. Therefore, I changed the type to MEDIUMTEXT type.

AWS Quicksign doesn't have the Tokyo region yet

Athena and Quicksign are not able to connect to each other in the different regions, for instance, Tokyo and Singapore. Available regions in here. I hope Quicksign is available in Tokyo region!

The test cases for In-App Purchase on iOS

iOS

I came up to implement In-App Purchase on iOS with Unity. I looked for the test cases for In-App Purchase, however, couldn't find their cases. Therefore, I memorize the test cases I checked myself. At first, please read In-App Purchase Bes…

CoreMLを使ったGenerative Adversarial NetworkのiOS Appを作る

English page iOS上でCoreMLを使って手書き文字を生成するアプリを作成しました。 手書き文字の生成からアプリの公開までをまとめておきたいと思います。 使ったソフトウェア Xcode 9.2 (9C40b) Docker 17.09.1-ce TensorFlow docker imagesha256:1bb38d61d2…