Search Unity

I can't get only ios in analytics

Discussion in 'Unity Analytics' started by matsuno360, Apr 13, 2021.

?

I can't get only ios in analytics

  1. Thank you

    1 vote(s)
    100.0%
  2. That helps a lot

    1 vote(s)
    100.0%
Multiple votes are allowed.
  1. matsuno360

    matsuno360

    Joined:
    Nov 12, 2020
    Posts:
    1
    On the android side, custom events can be acquired, but it seems that only the ios side is always 0 and cannot be acquired.
    Does iOS need special settings?
     
  2. JeffDUnity3D

    JeffDUnity3D

    Joined:
    May 2, 2017
    Posts:
    14,446
    Can you post a screenshot? There are no special settings. Ensure you check the return code, and please don't post unnecessary polls

    AnalyticsResult ar = Analytics.CustomEvent("HelloWorld");
    Debug.Log("Result = " + ar.ToString());