setScreenName:screenClass:
Sets the current screen name,which specifies the current visual
context in your app. This helps identify the areas in your app where
users spend their time and how they interact with your app.Note that screen reporting is enabled automatically and records the
class name of the current UIViewController for you without requiring
you to call this method. If you implement viewDidAppear in your
UIViewController but do not call [super viewDidAppear:],that screen
class will not be automatically tracked. The class name can optionally
be overridden by calling this method in the viewDidAppear callback of
your UIViewController and specifying the screenClassOverride
parameter. If your app does not use a distinct UIViewController for
each screen,you should call this method and specify a distinct
screenName each time a new screen is presented to the user.The screen name and screen class remain in effect until the current
UIViewController changes or a new call to setScreenName:screenClass:
is made.
它已超过24小时,我在Firebase控制台上看不到任何数据.第一个问题是,这些数据应该在哪里?
第二,我做错了吗?
解决方法
版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 [email protected] 举报,一经查实,本站将立刻删除。