Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Bug Game crashes on Startup with NullPointerException - TPay Mobile

Discussion in 'Unity Distribution Portal (UDP)' started by FlyingSquirrels, Dec 14, 2020.

  1. FlyingSquirrels

    FlyingSquirrels

    Joined:
    Sep 18, 2015
    Posts:
    82
    When we launch the repacked game on the device, we get the TPay Sign in dialogue but game crashes with this exception as soon as we click continue.

    Code (CSharp):
    1. Caused by: java.lang.NullPointerException: Attempt to read from field 'int com.tpay.tpayunitysdk.Models.PlayerIdentityResponse.StatusCode' on a null object reference
    Can anyone help us with this, please?

    Thank you.