Linspirit98
Linspirit98
Instead of dragging prefab into the inspector and instantiating it, how can I place a gameObject in AR scene. Below is my code: ``` [SerializeField] private GameObject placedPrefab; [SerializeField] private...
Hi, my question is: Instead of dragging prefab into the inspector and instantiating it, how can I place a gameObject in AR scene? So I would like to load a...
请问复制到微信是需要什么特殊的步骤吗?还是摄像头需要对准什么位置?我好像只能复制粘贴到桌面。谢谢。
当用户A给用户B发送好友请求之后,当app在线时,会调用onContactInvited. 但是当用户B是离线状态时,打开app后也没有缓存好友请求,这个正常吗?而且app离线的时候也没有收到好友请求相关的推送。
Hi, So my issue is I use typewriter effect inside a container widget of size 100x200. When I want to stop pause on tap, I must click inside the container....
您好, ios的device token 是rid registrationId吗?现在我的插件和另一个插件冲突了,我需要把极光的device token 传给另一个插件的api,但是还是失败的。对方让我传device token,但我不确定rid是不是token。rid是获取成功的。
运行app提示: 请将JPush的初始化方法,添加到[UIApplication application: didFinishLaunchingWithOptions:]方法中,否则JPush将不能准确的统计到通知的点击数量。参考文档:[https://docs.jiguang.cn/jpush/client/iOS/ios_guide_new/#_6";](https://docs.jiguang.cn/jpush/client/iOS/ios_guide_new/#_6%22%EF%BC%9B) 角标一直卡在1, 无论发多少条都卡在1.
我是先在手机上build了release版 然后杀死app 之后打开app保存map到某个位置 每次getLaunchAppNotification 返回的map都是null. 无法缓存任何数值. 有人遇到过类似问题吗?
无论发送多少条消息,角标数量都是1。有人遇到过类似问题吗?
Hi, I'm wondering if agora rtm supports shooting a banner notification to user B when user A sends a message to user B. Or is there any documentation related to...