Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update troubleshooting.mdx #2759

Merged
merged 1 commit into from
Jun 11, 2024
Merged

Conversation

Vittor-Javidan
Copy link
Contributor

This is an update from commit #2681, now considering any platform.

I decided to update my last contribution after helping a friend identify the root cause of the "getSubscriptions" method returning an empty array on iOS, while it returned products without issue. After about two weeks of exploring numerous possibilities, he finally resolved the problem: some forms on the Apple platform had not been approved yet.

From this experience, I concluded why developers often find it challenging to implement in-app purchases. The main issue is the misleading feedback provided by the platform APIs, which makes it difficult to debug issues logically. Therefore, it is much better for developers to complete any bureaucratic processes before starting to code, allowing them to properly debug other issues.

This is an update from commit dooboolab-community#2681, now considering any platform.

I decided to update my last contribution after helping a friend identify the root cause of the "getSubscriptions" method returning an empty array on iOS, while it returned products without issue. After about two weeks of exploring numerous possibilities, he finally resolved the problem: some forms on the Apple platform had not been approved yet.

From this experience, I concluded why developers often find it challenging to implement in-app purchases. The main issue is the misleading feedback provided by the platform APIs, which makes it difficult to debug issues logically. Therefore, it is much better for developers to complete any bureaucratic processes before starting to code, allowing them to properly debug other issues.
@hyochan hyochan added the 📖 documentation Improvements or additions to documentation label Jun 11, 2024
Copy link
Member

@hyochan hyochan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for your warmness 🌤️

@hyochan hyochan merged commit 567ae41 into dooboolab-community:main Jun 11, 2024
1 check passed
hyochan pushed a commit that referenced this pull request Jun 11, 2024
This is an update from commit #2681, now considering any platform.

I decided to update my last contribution after helping a friend identify
the root cause of the "getSubscriptions" method returning an empty array
on iOS, while it returned products without issue. After about two weeks
of exploring numerous possibilities, he finally resolved the problem:
some forms on the Apple platform had not been approved yet.

From this experience, I concluded why developers often find it
challenging to implement in-app purchases. The main issue is the
misleading feedback provided by the platform APIs, which makes it
difficult to debug issues logically. Therefore, it is much better for
developers to complete any bureaucratic processes before starting to
code, allowing them to properly debug other issues.
@Vittor-Javidan Vittor-Javidan deleted the patch-2 branch June 11, 2024 19:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📖 documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants