Does PhoneGap support In-App Purchase?

后端 未结 2 1082
一个人的身影
一个人的身影 2021-01-30 04:57

Has anyone used David Orchard\'s fork for in-app purchases with PhoneGap? It hasn\'t been updated in over a year. According to this thread Urban Airship can\'t help yet.

2条回答
  •  攒了一身酷
    2021-01-30 05:22

    The phonegap plugin suggested by daniellmb works well. Please keep the following in mind

    1. CORDOVA_FRAMEWORK in InAppPurchaseManager.h, remove all the code around that. You will run into 'CDVPlugin.h' file not found in inAppPurchaseManager.h, this is how both import should look

      #import 
      #import 
      
    2. If you get the errror Plugin 'InAppPurchaseManager' not found, or is not a CDVPlugin. Check your plugin mapping in Cordova.plist. You have to add the following to Cordova.plist

      InAppPurchaseManager
      InAppPurchaseManager
      

提交回复
热议问题