Bitmoji应用程序的iOS应用程序URL方案是什么? [英] What is the iOS app URL scheme for Bitmoji app?

查看:99
本文介绍了Bitmoji应用程序的iOS应用程序URL方案是什么?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试使用UIApplication.shared.open在我自己的iOS应用中打开Bitmoji应用.当我仅使用"https://www.bitmoji.com/" URL时,Bitmoji应用程序不会拦截呼叫,而是在Safari中打开URL.

I'm trying to open the Bitmoji app from within my own app in iOS using UIApplication.shared.open. When I use just "https://www.bitmoji.com/" URL, the Bitmoji app does not intercept the call and it opens the URL in Safari.

尝试将"bitmoji://"作为URL方案,但这不起作用.然后我用Google搜索了bitmoji应用程序URL方案,但没有成功.有人可以帮忙吗?

Tried "bitmoji://" as the URL scheme, but this does not work. Then I googled for the bitmoji app URL scheme, but without success. Can somebody help?

推荐答案

您可以使用bitmoji-sdk://:

guard let url = URL(string: "bitmoji-sdk://") else { return }
UIApplication.shared.open(url)


来自 AppSight.io


Taken from AppSight.io

这篇关于Bitmoji应用程序的iOS应用程序URL方案是什么?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆