Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. We have updated the language to the Editor Terms based on feedback from our employees and community. Learn more.
    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.