Post

Replies

Boosts

Views

Activity

Reply to In-App Purchase Products Not Fetching via Unity IAP in TestFlight Builds
@FaizanKhan255 I also faced this issue. Based on my observation, it occurs in specific regions—for example, in Pakistan, sometimes some of Apple's APIs don’t work properly. Try connecting to a VPN and then fetch the products; in my case, I was able to retrieve products that way. Additionally, under the Developer settings on iPhone where you log into the Sandbox account, I wasn’t able to log in without using a VPN. After connecting to a VPN, all of these issues were resolved.
May ’25
Reply to "Unable to Complete Request" error
@jezekilj @App Review I resolved this issue—the problem was with the view hierarchy. If your subscription controller is the root view controller, the purchase process works as expected. However, the issue arises when the subscription controller is presented, and StoreKit 2 attempts to present another view on top of an already presented view, causing it not to appear. To fix this, instead of presenting the subscription controller, push it onto the navigation stack and then initiate the purchase. This should work correctly.
Mar ’25
Reply to "Unable to Complete Request" error
I am encountering an error where, on some devices, the purchase process works fine, but on others, I receive the error: "Unable to complete request," with no additional information. The products are loading correctly, but the error occurs when I attempt to make a purchase. What could be the possible causes for this error, and under what conditions might it occur?
Jan ’25