Sign In Register

How can we help you today?

Start a new topic
Answered

Does snapshotting with just meta collections also take Cloud Code?

In short, we have several iOS apps and unfortunately iTunes connect doesn't allow shared IAP bundles, so these are different per app. I want to ensure that when I copy a snapshot from one of our apps to the other within GameSparks, we get most everything but those bundles.


Best Answer

There is no way to do a partial import with the current platform.


You could export and import the game using the rest API, and this would give you the ability to modify the export before you re-imported. You should be able to automate this with some simple local code.

1 Comment

Answer

There is no way to do a partial import with the current platform.


You could export and import the game using the rest API, and this would give you the ability to modify the export before you re-imported. You should be able to automate this with some simple local code.

Login to post a comment