Home  >  Q&A  >  body text

objective-c - 如何在自己iOS项目内打开苹果手机自带的Wallet应用。

现在想要从自己的程序内跳转到苹果手机系统自带的Wallet苹果钱包,但是网上查了好久都没有找到自己想要的答案,应该如何实现跳转呢??急求~

天蓬老师天蓬老师2763 days ago569

reply all(1)I'll reply

  • 伊谢尔伦

    伊谢尔伦2017-04-17 17:54:51

    First create the URL Scheme of your own application. If you want to open the wallet through a link, call shoebox://.... This is the URL Scheme of Wallet. You can jump by opening it through openURL.

    reply
    0
  • Cancelreply