我开始使用适用于Android的PayPal SDK https://www.x.com/developers/ebay 但我无法理解,在哪里我可以指定我的产品购买。像Product1 = 1 $,Product2 = 3 $,Product3 = 9.99 $ etc.有人能提供这些信息吗?感谢。
答案 0 :(得分:3)
您的链接指向ebay开发人员目录。您似乎没有做足够的研究,并且您可能甚至没有找到使用PayPal产品进行移动开发的correct neighborhood。
guide for Android development for PayPal is found here。
您可以找到pizza purchasing application PayPal has offered here。它使用Android Spinner object允许买方选择要购买的商品。
您应该扩展您的问题,以便人们可以更彻底地回答您的问题。