Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Meta

Welcome to Software Development on Codidact!

Will you help us build our independent community of developers helping developers? We're small and trying to grow. We welcome questions about all aspects of software development, from design to code to QA and more. Got questions? Got answers? Got code you'd like someone to review? Please join us.

Is it correct to ask customer service-related questions?

+3
−0

I didn't find any guidance on On-Topic - Help Center about customer service-related questions. So, I am asking: Is it correct to ask customer service-related questions?

Example of customer service-related questions:

  • How do I get my Facebook developer account confirmation code?
  • Will Apple approve my app, and under what conditions?
  • Where can I download the developer kit?
  • When will [some new feature] be released?
  • Why is [some service] not (working / taking my login / giving me API credentials)?
History
Why does this post require moderator attention?
You might want to add some details to your flag.
Why should this post be closed?

0 comment threads

1 answer

+5
−0

Asking customer service-related questions is generally offtopic unless there is a connection to the software development process. Taking your examples one by one:

  • How do I get my Facebook developer account confirmation code? - service-related if it is about manually (through human action) activating the Facebook developer account. If let's say this is done through an application than it is on-topic.

  • Will Apple approve my app, and under what conditions? - policy-related, offtopic. However, if you are asking about an approval result that is linked to a setting or permission used in application development, I would say it is on-topic.

  • Where can I download the developer kit? - development-related, on-topic. However, we appreciate more focused questions that also show some effort. Example: download a certain version, but an error shows when using a certain function call.

  • When will [some new feature] be released? - generally off-topic, unless it is related to a development framework or library feature.

  • Why is [some service] not (working / taking my login / giving me API credentials)? - development-related, on-topic. Try to include the minimum required information to help to reproduce the issue.

History
Why does this post require moderator attention?
You might want to add some details to your flag.

1 comment thread

[some new feature] (2 comments)

Sign up to answer this question »