Wilbur Posted September 28, 2018 Share Posted September 28, 2018 Does anyone know how to debug Fb instant game android in-app purchase? It tells me: PAYMENTS_NOT_INITIALIZED string The client has not completed setting up payments or is not accepting payments API calls. Quote Link to comment Share on other sites More sharing options...
SahJ Posted October 1, 2018 Share Posted October 1, 2018 I think the option to buy is only enabled from the web, not from messenger Quote Link to comment Share on other sites More sharing options...
Mobler Posted October 2, 2018 Share Posted October 2, 2018 I've seen IAP in same instants game and have api for it. Maybe you don't set config for purchase? FBInstant.payments.purchaseAsync({ productID: '11' }).then(function (purchase) { // {productID: '12345', purchaseToken: '54321', developerPayload: 'foobar', ...} }); On 10/1/2018 at 10:56 AM, SahJ said: I think the option to buy is only enabled from the web, not from messenger FB game and FB instans game, may not be linked in one database, becouse FB provide different user id, for one user. Quote Link to comment Share on other sites More sharing options...
SahJ Posted October 2, 2018 Share Posted October 2, 2018 Can you show any image or code? Quote Link to comment Share on other sites More sharing options...
Mobler Posted October 2, 2018 Share Posted October 2, 2018 2 hours ago, SahJ said: Can you show any image or code? What do you mean? more details please Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.