• 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
Steve JonesS

Steve Jones

@Steve Jones
brainCloud
About
Posts
8
Topics
0
Groups
2
Followers
0
Following
0

Posts

Recent Best Controversial

    Important: Unity 2019.X on mobile devices
  • Steve JonesS Steve Jones

    In Unity version 2019.3.0a8 the issue seems confirmed fixed. Happy coding!


  • Important: Unity 2019.X on mobile devices
  • Steve JonesS Steve Jones

    Confirmed.

    After every unity build to Xcode Project,

    @synchronized (self) needs to be wrap the contents of writeMoreBody function.

    From within the Xcode project file Classes/Unity/UnityWebRequest.mmScreen Shot 2019-06-25 at 3.16.06 PM.png


  • Important: Unity 2019.X on mobile devices
  • Steve JonesS Steve Jones

    Just an update. A bug report has been submitted to Unity regarding the UnityWebRequest usage on iOS devices on the Unity 2019 engine.

    Bug Information : 1163795 | (Open) iOS - UnityWebRequest Errors - Large Packets - With Examples

    Zipped Project : https://www.dropbox.com/s/ccybrg3tirpud0u/iosWebRequestFailures.zip

    To Repro:

    • Networking Error observed on iOS devices. Run Example from Editor, Tests will commence immediately. UnityWebRequests of varying sizes ~100b, ~1200b, ~8000b, ~21000b and ~48000b are sent multiple times during the tests. The messages are sent to an echo endpoint, in order to confirm proposed send, and processed server data.
    • Logs are outputed to the screen, as well as the console for larger error packets.
    • All tests pass on Editor.
    • Build for iOS.
    • Open Xcode, Autosign the app, and build for device.
    • Tests fail at inconsistent moments in running tests.
    • Close the app, Re-run tests. Observe different failure conditions. Repeat.

    Observed errors. No error, or data response returned. (0b response)
    Observed errors. Corrupt data sent. (misaligned data)
    Observed errors. Corrupt data sent, varying response from server (different sized response, shorter and larger response size)
    Observed errors. CRITICAL networking error, where NO MORE network traffic is processed. (need to hard close the app for Network traffic to occur again)


  • Discussion - strategies to prevent cheating in tournaments...
  • Steve JonesS Steve Jones

    Additionally!

    Using a Pre-Hook, to the Post Score Cloud Code Script, to validate incoming data. Doing the actual JoinTournament / PostTournament Score via Cloud Code Script, once again verifying data. Lastly, validating the results of the Cloud Code Script via Post-Hook, allows developer's to confirm that the incoming data results in the expected outgoing data.

    If at any point validation fails, tag the user as a Cheater! If users are going through enough trouble to try and cheat, they must enjoy the apps experience. Instead of blocking the Cheater from using the app, ensure all Cheaters are playing against each other, via a Cheater leaderboards or any other means. This way the apps experience to Cheaters is unchanged, and only cheating against cheaters, but most importantly the rest of the user base does not get negatively impacted via a few rare users.

    Any other ideas? Interesting Applications for Cheaters?


  • 'INVALID_TOKEN' When Sending Push Notifications
  • Steve JonesS Steve Jones

    Correct! @Paul-Winterhalder Keep us updated @Joseph-Wiemer


  • 'INVALID_TOKEN' When Sending Push Notifications
  • Steve JonesS Steve Jones

    @Joseph-Wiemer

    Can you confirm that the cert that you made was for Production? AND! that the apps entitlement was set correctly.

    https://developer.apple.com/documentation/bundleresources/entitlements/aps-environment https://developer.apple.com/documentation/usernotifications/registering_your_app_with_apns

    By default when building from xcode, the default Push Notification Entitlement is development, ensure this is set to production.

    Have you confirmed you received the Push notification from pushtry.com on your device ?


  • How can I manage multiple versions of my app between development, staging, production, etc?
  • Steve JonesS Steve Jones

    If your app uses Global Entities, don't forget to Export/Import the required entities from the Dev->Staging->Live apps. You can export all, or some via the Bulk Actions Menu within the Monitoring/Global Monitoring/ Global Entities page.

    More about Global Entity File Export Formats are here, https://getbraincloud.com/apidocs/api-modules/global-entity-file-formats/

    Hope this helps!

  • Login

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