Skip to main content
Known Participant
March 29, 2019
Question

Multibyte characters can not be used in the explanation of NSCameraUsageDescription.

  • March 29, 2019
  • 1 reply
  • 343 views

Hello,

I was told to explain in the appropriate language at Apple's examination.

The app has been rejected.

Even if defined in XML, it succeeds only once.

However, when I save the FLA, the string is broken.

Is there a way to work around this problem?

AnimateCC 2015.2.1.95

AIR 31 or 32

*Japanese characters(放送を開始するにはカメラの許可が必要です。etc.) can not be set.

key>NSCameraUsageDescription</key>

<string>放送を開始するにはカメラの許可が必要です。</string>  

<key>NSMicrophoneUsageDescription</key>

<string>音声を配信するにはマイクの許可が必要です。</string>

<key>NSLocationWhenInUseUsageDescription</key>

<string>地図を表示するためにはGPSの許可が必要です。</string>

This topic has been closed for replies.

1 reply

Known Participant
March 30, 2019

The solution was to lock the XML file after making changes.

I think this is a bug.