• 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
R

Ralph

@Ralph
About
Posts
6
Topics
2
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

    Are there plans to support Storekit 2 receipt verification?
  • R Ralph

    I can confirm it works now. Thanks!


  • Are there plans to support Storekit 2 receipt verification?
  • R Ralph

    ok, i sent the info via bot.


  • Are there plans to support Storekit 2 receipt verification?
  • R Ralph

    when i purchase the item again, i get a 200 status response but with the error message "Item already processed".


  • Are there plans to support Storekit 2 receipt verification?
  • R Ralph

    Hi, i'm also trying to get this working. Here's my current problem:

    My request:

    {
          "service": "appStore",
          "operation": "VERIFY_PURCHASE",
          "data": {
            "storeId": "itunes",
            "receiptData": {
              "transactionId": "2000001110852583",
              "excludeOldTransactions": true
            },
            "requestPacketId": 7
          },
          "requestPacketId": 7
        }
    

    and the response:

    {
          "status_message": "Internal server error (message): class java.lang.Long cannot be cast to class java.lang.String (java.lang.Long and java.lang.String are in module java.base of loader 'bootstrap')",
          "status": 500
        }
    

  • Adhoc leaderboard version increases by 2.
  • R Ralph

    Hi, i found that leaderboard versions increase by 2 for every tournament period i created. Is this behaviour at least consistent?


  • Solution: WebGL: Unity 2021 Websocket-native Runtime Error
  • R Ralph

    Hi,

    after encountering this error i found this solution:

    https://stackoverflow.com/questions/70411564/unity-webgl-throws-error-referenceerror-runtime-is-not-defined

    in websocket-native.jslib:
    
    change Runtime.dynCall('vi', action, [id]);
    for
    Module['dynCall_vi'](action, id);
    
  • Login

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