• Categories
  • Recent
  • Tags
  • Popular
  • Solved
  • Unsolved
  • Users
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (Darkly)
  • No Skin
Collapse
brainCloud Forums
N

noah

@noah
About
Posts
20
Topics
10
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

    builder/v1/deploy api latest schema
  • N noah

    based on meta=false and script=false as a result, I only want to distribute items and products.
    Please provide a sample body.


  • builder/v1/deploy api latest schema
  • N noah

    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?


  • Unknown Country, Language
  • N noah

    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.

    ff54dd60-49cb-4f4e-be98-8bcce1c6b6a6-image.png
    600c4072-7c90-44bf-b12c-9ff61c657516-image.png


  • Improving inventory inefficiencies
  • N noah

    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 roadmap

    Thank you.


  • builder/v1/deploy api latest schema
  • N noah

    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,


  • builder/v1/deploy api latest schema
  • N noah

    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.


  • Improving inventory inefficiencies
  • N noah

    Will there be an update?
    We are still inefficiently paying out one item repeatedly through AwardUserItem.


  • SYS_CREATE_DIVISION_SET_CONFIG limit problem
  • N noah

    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.


  • Discount rate for virtual items
  • N noah

    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.


  • Field access restriction inquiry
  • N noah

    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.


  • Improving inventory inefficiencies
  • N noah

    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.


  • Anonymous Login Cumulative Reasons
  • N noah

    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?

    4730b108-caf3-4bdd-8899-5e8b3da69fc1-image.png


  • Improving inventory inefficiencies
  • N noah

    hi, @JasonL any update?


  • Field access restriction inquiry
  • N noah

    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.


  • Field access restriction inquiry
  • N noah

    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.


  • live conversion inquiry
  • N noah

    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.

    8dc28b42-d39d-4a03-bd52-e6a6697ba64f-image.png
    55e0e16b-6d3f-4262-8e04-241a5b278126-image.png


  • Are there plans to support Storekit 2 receipt verification?
  • N noah

    StoreKit2 needs immediate support.


  • Improving inventory inefficiencies
  • N noah

    Hello.

    I'd like to ask about some inefficiencies in the user inventory.

    1. Item rewards should be called individually, not in bulk.
    2. 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.

  • Login

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • Solved
  • Unsolved
  • Users