When testers attempt to make a payment on mobile browsers, a new tab opens with the message:”Content not found:The Link You Follow May be Broken or The Page May Have Been Removed.” This issue does not occur on desktop browsers where the payment process works correctly.Any insight would be appreciated.
FB.ui({
method: "pay",
action: "purchaseiap",
product_id: goodsId,
developer_payload: orderId
}, (response) => {
console.log("response: ", response);
})
Environment:
- Desktop Browsers: Payments function as expected.
- Mobile Browsers: Encounter error upon payment attempt.
- Sdk Version: FaceBook JavaScript SDK v20.0
Steps:
- Open the game in a mobile browser and log in.
- Click on a product to initiate the payment process.
- Observe that a new tab opens with an error message stating: “Content not found:The Link You Follow May be Broken or The Page May Have Been Removed.”
Content not found
Any insights or guidance you can provide to help us ensure a smooth payment process for our mobile users would be greatly appreciated.
XI Aaron is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.