0

phonegap1.4.1または任意のphonegapバージョンのInAppPurchase、ヘルプを提供してください、次のエラーが発生しました。

[Switching to process 26511 thread 0x2303]
2012-08-01 08:55:45.189 FlightAttendantAnnouncementsLite[26511:207] Device initialization: DeviceInfo = {"name":"iPhone Simulator","uuid":"4D6664CE-E202-5EFF-8139-97F2021DD185","platform":"iPhone Simulator","gap":"1.4.1","version":"5.0","connection":{"type":"wifi"}};
2012-08-01 08:55:45.218 FlightAttendantAnnouncementsLite[26511:207] PGPlugin class  (pluginName: InAppPurchaseManager) does not exist.
2012-08-01 08:55:45.219 FlightAttendantAnnouncementsLite[26511:207] ERROR: Plugin 'InAppPurchaseManager' not found, or is not a PGPlugin. Check your plugin mapping in PhoneGap.plist.
2012-08-01 08:55:45.220 FlightAttendantAnnouncementsLite[26511:207] FAILED pluginJSON = {"className":"InAppPurchaseManager","methodName":"setup","arguments":[]}
4

1 に答える 1

0

キー InAppPurchaseManager とその値 InAppPurchaseManager で Cordova.plist を完成させる必要があります。

1.4.1 バージョンでは異なるかもしれません (私は 2.0.0 で作業しています)。

私は2日からそれに取り組んでおり、このエラーが発生しました。でも使えない、もっとチャンスがあればいいのに…

于 2012-08-01T14:01:56.897 に答える