based on meta=false and script=false as a result, I only want to distribute items and products.
Please provide a sample body.
noah
Posts
-
-
hi. @Paul-Winterhalder
From a content development and operations perspective, I have a scenario where I need to deploy only two items: product pricing and item catalog. I'm experiencing the above issue. Can you help me? -
hi.
using the C# SDK in the Braincloud Unity environment. Why is the country, language "Unknown" being displayed?
Is there anything else I need to do in the Unity SDK? I'm using External Auth.

-
Hello.
Bundles are a necessary feature. We plan to fully utilize them soon.
I lack information about bundles.
How do you handle items already owned?
(The expected behavior is that if one quantity-limited item already exists, it should be skipped, and if it's stock-based, one should be added.)AwardMultipleUserItems is correct.
We need to dynamically assign items based on data released in the itemCatalog.
We're solving this with a script, but we're using it in a scenario where updated items are randomly assigned.
The problem is that the number of randomly assigned items is around 100.
This represents an inefficiency in the number of script calls and backend processing.
Please include this in your roadmapThank you.
-
hi. @JasonL
Thanks for the link.
Thanks to you, I checked many schemas.The problem is that if I don't set the script to true , the response is returned as below:
"'scripts' component must be true when the 'meta' component is true."
components: {
meta: true,
scripts: false,
files: false,
customEntities: false,
legacyFiles: false,
},
options: {
meta: {
excludes: {
itemCatalog: false,
productPricing: false,
pushCertificates: true,
integrations: true,
myServers: true,
lobbies: true,
leaderboardsTournaments: true,
independentLeaderboards: true,
migratableGlobalEntities: true,
selfServiceBranding: true,
},
},
scripts: {},
},
allowLiveUpdate: true, -
hi.
I'd like to know the latest schema information for builder/v1/deploy.
Our system is structured to be deployed at the time of deployment.
Since blogs are historical and unreliable,
I'd like to request the latest schema information for builder/v1/deploy.
I'd also like to check the body of a scenario where only productPricing and itemCatalog are deployed.
There's an issue where a script must be deployed in components, but I don't want to deploy the script.Thank you.
-
Will there be an update?
We are still inefficiently paying out one item repeatedly through AwardUserItem. -
In our cloud code, we have logic to divide users by dividing divisionset buckets to solve problems that BrainCloud does not support.
The problem is using 10 divisionsets.
Maximum number of configs exist. Cannot create new Division set config.
A problem occurs.I would like to contact you to remove this restriction.
AppId : 15389 (dev+)
AppId : 15538 (dev+)
AppId : 15387 (live+)we are using 3 paid environments and not all apps should experience this limitation.
-
Applying a discount rate for virtual items requires a custom script. While this implementation is feasible,
the problem with this approach is that it doesn't rely on the Purchase API.
We need a feature that allows users to input a discount rate in the item catalog and then reduce the price of the item based on that discount rate.
I need a scenario where I can purchase discounted items from the item catalog via purchase. -
hi @Paul-Winterhalder
We check for authentication based on BrainCloud's userId:sessionId on the server. Required to detect logout of an existing session when one user logs in from a different device. This is to enable immediate duplicate login exposure.This is the only checkable field at this point. -
hi. @JasonL
This is somewhat different from what I had in mind.
While bundling and using it is a viable option,
it differs somewhat from the goal of "dynamically distributing a single item at once."
Bundles require pre-composition and require version control. Furthermore, the actual disbursement only occurs after the bundle is opened.
A function like AwardUserItem (multi defIds) is required. -
We're using ExternalAuth,
and extending the session through Reconnect in scenarios where the session is disconnected.
The problem is that anonymous logins continue to accumulate in Credentials.
Is this the intended behavior?
-
hi, @JasonL any update?
-
hi. @JasonL
Thank you for your reply.
I thought it was a JavaScript object, so I used Object.Assign({}, session), JSON.Parse(JSON.stringify(session)).
I tried to copy the object and use it, but since it's a reference to a Java object, it didn't work as intended.
Please help me retrieve the necessary data. -
We use the S2S script to check whether the player's session is valid based on the sessionId and profileId sent from the client.
GetSessionForSessionIdAndProfileId
We use this function, and when accessing the returned field,
the isLoggedOut field, we receive a Java access restriction error.
We use this function closely in an S2S environment and check the session for every API call, so we need to use this field to determine whether the session has been invalidated (logged out, etc.).
If there is no problem, please allow access to that field.
-
We subscribed to the dev plus plan.
Go live with your project! When you press the button, a rate plan conversion window will appear.In the case of go live, I would like to inquire whether it is provided starting from the lite rate.


-
StoreKit2 needs immediate support.
-
Hello.
I'd like to ask about some inefficiencies in the user inventory.
- Item rewards should be called individually, not in bulk.
- To find items based on their 'defId' within the inventory, a full search is required.
For itemCatalogs, which can only hold one item, we need to check if the item exists in the user's inventory before issuing the reward.
The problem is that it only supports itemId-based verification.Furthermore, since there's no bulk-based reward payment system, rewards must be paid out individually. However, setting up approximately 100 to 200 items initially...
results in inefficient code.
builder/v1/deploy api latest schema
builder/v1/deploy api latest schema
Unknown Country, Language
Improving inventory inefficiencies
builder/v1/deploy api latest schema
builder/v1/deploy api latest schema
Improving inventory inefficiencies
SYS_CREATE_DIVISION_SET_CONFIG limit problem
Discount rate for virtual items
Field access restriction inquiry
Improving inventory inefficiencies
Anonymous Login Cumulative Reasons
Improving inventory inefficiencies
Field access restriction inquiry
Field access restriction inquiry
live conversion inquiry
Are there plans to support Storekit 2 receipt verification?
Improving inventory inefficiencies