- iOS/Objective-C 元类和类别
- objective-c - -1001 错误,当 NSURLSession 通过 httpproxy 和/etc/hosts
- java - 使用网络类获取 url 地址
- ios - 推送通知中不播放声音
在 Firebase 上 documentation :
它说:
To receive the deep link, call the getInvitation method
然而,即使没有实现那里描述的代码,深层链接、幸存的安装似乎也能正常工作。
那么,真的需要调用getInvitation
方法吗?它到底是做什么用的?
最佳答案
getInvitation()
是处理深层链接的 Intent 。建议按描述实现它 here :
You must call getInvitation() in every activity that might be launched by the link, even though the link might be available from the intent using getIntent().getData(). Calling getInvitation() retrieves the link and clears that data so it is only processed once by your app.
关于android - 火力地堡安卓 : handle deep links,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39842641/
我正在使用 Firebase 在我的应用程序中添加登录/注册。它运行良好,但现在我想检查用户在打开应用程序时是否已经注册并登录,如果是这样,则向他显示主页,否则向他显示登录页面。所以我做了一些搜索,主
我使用 flutter 。我想仅在 2020 年 4 月 26 日这一周将 Firebase 中的 CH 值更新为 false。什么时候有办法? 失败的 Ex.cord: _firestore.col
我来寻求您对我的申请中遇到的问题的帮助。 问题是这样的:新闻源上的帖子位于此捕获中的此帖子 -> [postid] 位置下的数据库中 ,当用户保存帖子时,它在数据库中的存储方式如下:用户 -> [us
我是一名优秀的程序员,十分优秀!