我正在尝试配置 MKStoreKit 5 插件。但是当应用程序启动时我收到了这条消息。
产品的 iTunes 连接配置问题:com.website.app.feature1 产品的 iTunes 连接配置问题:com.website.app.feature2
我的 Bundle 名称 ID 在 Itunes connect 和项目属性中完全相同。
我还在 Itunes 上添加了 2 个应用内购买(非消耗品)与此产品 ID 连接:
com.website.app.feature1 我也试过 feature2
这 2 个应用内购买也在 MKStoreKitConfigs.plist 文件中。
<plist version="1.0">
<dict>
<key>Consumables</key>
<dict/>
<key>Non-Consumables</key>
<array>
<string>com.website.app.feature1</string>
<string>com.website.app.feature2</string>
</array>
<key>Subscriptions</key>
<dict/>
</dict>
</plist>
我找不到任何更新的教程。