Configuration
Unity Settings
Enter channel information and API information for PlayNANOO communication.
Figure 1. Unity PlayNANOO Menu
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
| Permission | Description | Auto-registered |
|---|---|---|
| Internet | Internet 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.
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
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.
Figure 6. iOS Camera and Photo Library Permission Addition
Adding Frameworks
Please add the following Frameworks for smooth PlayNANOO service.
| Framework | Embed |
|---|---|
| WebKit.framework | Do Not Embed |
| PlayNANOOPlugin.framework | Embed & Sign |
Figure 7. iOS Framework Selection (Based on Unity 2019.4.x)
Figure 8. iOS Framework Addition