NHN Cloud > SDK User Guide > Overview

NHN Cloud SDK is an integrated library that lets you conveniently apply various service libraries of NHN Cloud. When you use NHN Cloud services to develop an application, you can apply them all at once without applying each library of individual services. Although the SDK provides an integrated development environment for many services, you can save storage space by selecting only the required features. NHN Cloud SDK is a library optimized for each programming language and platform of your choice, and provides familiar development environment.

Currently, NHN Cloud SDK provides development environment for iOS, Android, and Windows C++. More programming languages and platforms are to be supported in the future.

Supported Services

NHN Cloud SDK provides the following services:

Services providing individual SDK are to be supported for development via NHN Cloud SDK.

Features

  • Supports build environment that uses Gradle for Android and CocoaPods for iOS.
  • Lets you select and apply the whole or part of the services, depending on the needs.
  • Improved the inconvenience of SDK that was separately provided by individual services.

Getting Started with NHN Cloud SDK

Android

NHN Cloud Android SDK is deployed on mavenCentral and requires only simple Gradle settings for use.

iOS

NHN Cloud iOS SDK is released on Github and requires only simple Cocoapods, Carthage, Swift Package Manager settings for use.

Windows C++

NHN Cloud Windows C++ SDK supports Windows 7 and 10 (32/64 bits) environments.

Log & Crash

This service provides capability to send logs to a collector server of Log & Crash Search. You can check the collected logs by clicking the Log & Crash Search menu on NHN Cloud console.

Main Features

Feature Description
Sending Logs Sends logs to a collector server.
View and Search Provides features to view logs or search for logs that meet criteria in NHN Cloud Console.
Crash Reports When an unexpected crash occurs, sends the crash logs to a collector server of Log & Crash Search.

User Guides

NHN Cloud IAP

This service provides integrated mobile in-app payment (IAP) service.

Main Features

Feature Description
General Payment Provides features to sell one-time products.
Subscription Payment Provides features to sell subscription products.
Re-processing Provides features to restore incompletely-terminated purchase process.

User Guides

NHN Cloud Push

NHN Cloud Push SDK allows you to apply push notification service easily. On console, you can send the notification message in a stable manner and check the result.

User Guides

TOP