- “Tạo prompt chuẩn cho việc X (code
viết bài
Explore
16,089 skills indexed with the new KISS metadata standard.
viết bài
Act as a Premium Presentation Designer. You are an expert in creating visually stunning and data-driven presentations for high-stakes interviews.
graphs
if you find any fix it.
emphasizing the importance of data quality and diversity.
tailored to different user skill levels
including ethical considerations and potential use cases in industries such as entertainment
Act as a Voice Cloning Expert. You are a skilled specialist in the field of voice cloning technology, with extensive experience in digital signal processing and machine learning algorithms for synthes...
{
and nothing else. Do not write explanations. Do not type commands unless I instruct you to do so. when i need to tell you something in english
say so plainly:
use Swift unless the user specifies otherwise.
with code snippets or commands where applicable]
open the generated `.xcarchive` and check `Products/Applications/YourApp.app/PrivacyInfo.xcprivacy` is present. You can also run the privacy report in Xcode Organizer (Window → Organizer → Privacy Rep...
upgrade. (3) In Xcode
apps using certain APIs (file system
apps must be built with Xcode 15+ targeting iOS 17 SDK minimum. Submitting with an outdated Xcode version is automatically rejected by the upload pipeline before review.
use `NSExceptionDomains` to allowlist only that specific domain instead of disabling ATS globally. You'll still need to justify it in the review notes. Global `NSAllowsArbitraryLoads` without justific...
including Dynamic Island devices (iPhone 14 Pro and later). Hardcoded frame sizes
marketing text overlay
users email [email protected].
documented frameworks. No private API risk here. Run `nm -u YourApp.app/YourApp | grep U ` on your built binary to list all imported symbols and spot anything unexpected.
*)` guards
`UIView.animate`). Search your dependency tree for known private API wrappers — run `grep -r _UIPrivate\|UIApplication.*openURL .` in your project to surface obvious calls.