Skip to main content

Configuration

Unity Settings

Enter channel information and API information for PlayNANOO communication.

Figure 1. Unity PlayNANOO Menu

Unity PlayNANOO Settings Figure 2. Unity PlayNANOO Settings

API Authentication Information

  • Game ID Enter the channel ID.
  • Service Key Enter the issued Service Key.
  • Secret Key Enter the issued Secret Key.

Android Settings

Some permissions and activities are automatically added for smooth service on Android.

Adding Permissions

PermissionDescriptionAuto-registered
InternetInternet access permission for all PlayNANOO services.O
<manifest>
...
<uses-permission android:name="android.permission.INTERNET" />
...
</manifest>

iOS Settings

Configure info.plist for iOS service.

Adding Internet Permission

If the following error appears when using PlayNANOO services, please add the permission.

info

App Transport Security has blocked a cleartext HTTP (http://) resource load since it is insecure. Temporary exceptions can be configured via your app's Info.plist file.

Permission Configuration Guide

Change the value of info.plist > Information Property List > App Transport Security Settings > Allow Arbitrary Loads to YES

iOS Internet Permission Addition Figure 5. iOS Internet Permission Addition

Adding Camera and Photo Library Permissions

Please add camera and photo library permissions for uploading attachments in forums and customer support.

iOS Camera and Photo Library Permission Addition Figure 6. iOS Camera and Photo Library Permission Addition

Adding Frameworks

Please add the following Frameworks for smooth PlayNANOO service.

FrameworkEmbed
WebKit.frameworkDo Not Embed
PlayNANOOPlugin.frameworkEmbed & Sign

iOS Framework Selection Figure 7. iOS Framework Selection (Based on Unity 2019.4.x)

iOS Framework Addition Figure 8. iOS Framework Addition