codingecho

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

Entries from 2018-02-01 to 1 month

How to install CUDA and cuDNN on Ubuntu 16.04 LTS

I've been running this machine for TensorFlow and Keras with Jupyter notebook. These are my environments: $ cat /etc/lsb-release DISTRIB_ID=Ubuntu DISTRIB_RELEASE=16.04 DISTRIB_CODENAME=xenial DISTRIB_DESCRIPTION="Ubuntu 16.04.3 LTS" $ lsp…

The solution of "​<Error>: Could not successfully update network info during initialization."

iOS

What happened The error message like below happened on iOS when launching an app and crash immediately. ​<Error>: Could not successfully update network info during initialization. Before this message happened, I purchased a lot of auto-renewal su</error>…

Reproduce transactions as new transaction id when repurchasing an auto-renewable subscription

I was building an app which has auto-renewable subscriptions. When I try to resubscribe the subscription I subscribed before, then iOS shows the dialog, “You’re currently subscribed to this.”, And enqueue all of the transactions I purchase…