question

YONEKAWA Koshi avatar image
YONEKAWA Koshi asked

StoreMarketingModel Metadata type is returned as string.

Hello.

Metadata type becomes string when json is imported from game manager.

If you save the store with Game Manager after importing, it will change to object.

game manager
4 comments
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Seth Du avatar image Seth Du ♦ commented ·

I will try to reproduce it. Can you provide more details about the issue? Any sample JSON files or screenshots will be very helpful.

0 Likes 0 ·
YONEKAWA Koshi avatar image YONEKAWA Koshi Seth Du ♦ commented ·

I attached JSON.

output-catalog.zip

0 Likes 0 ·
output-catalog.zip (3.6 KiB)
Seth Du avatar image Seth Du ♦ YONEKAWA Koshi commented ·

Sorry for the late response. I have reproduced this issue and is working on this issue. I will keep you informed when there are updates.

0 Likes 0 ·
YONEKAWA Koshi avatar image YONEKAWA Koshi Seth Du ♦ commented ·

I confirmed it again.

You are experiencing the above symptoms.

0 Likes 0 ·

1 Answer

·
Seth Du avatar image
Seth Du answered

I have solved this issue. Basically you will need to define all the VC before the import. Even though most of your items doesn't have VC, but I found that there is a property:

"VirtualCurrencyContents": {
	"GS": 5,
	"NC": 100
}

It means that you have to define GS and NC before importing the first JSON file. in terms of the second file, you need to define all the VC used in that file as well.

10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.