开发者

Is it possible to launch Google+ iPhone app from within another app?

开发者 https://www.devze.com 2023-04-10 01:57 出处:网络
I know the url scheme is the only way to do it. Is Google+ having that? And where can I check whether an app has registered url?

I know the url scheme is the only way to do it. Is Google+ having that? And where can I check whether an app has registered url?

Thanks开发者_运维问答!


check their Info.plist for CFBundleURLName and CFBundleURLSchemes


If your iPhone is jailbroken and you have access to the directory where the Google+ app is (either with a shell or some other app) you can look at the info.plist in the resources dir and the URL scheme is written there. Otherwise you could try downloading the app via itunes on your computer and than viewing the bundle content in finder somehow, the info.plist will be there.

0

精彩评论

暂无评论...
验证码 换一张
取 消