Post

Replies

Boosts

Views

Activity

Reply to My Custom Watchface
If you're using SwiftUI to build your watchface app, you can add ._statusBarHidden() modifier to your watchface view. You can also pass a variable as argument to control the visibility of the digital time dynamically like this: ._statusBarHidden(true) Note that this API isn't stable because it has _ prefix. And Xcode doesn't provide any documentation and auto completion about this modifier.
Oct ’24
Reply to .sheet is displayed wrong
Try to move the .presentationDetents([.medium]) modifier to the last of the modifiers to the view (after .interactiveDismissDisabled()), sometimes the order of modifiers affects their effects. If it still doesn't work, you should file a feedback for this issue. — WindowsMEMZ @ Darock Studio
Oct ’24
Reply to Do I need to pay on app + website?
After you purchased for Apple Developer Program, you need to wait for about 2 workdays. Apple Developer Program support will send an email to you to confirm your register and ask for additional info if needed. Don't pay for it again, just wait for the confirmation email. You won't be granted access to App Store Connect etc before the register was fully finished. — WindowsMEMZ @ Darock Studio
Oct ’24
Reply to Stuck with "In Review" app review status for 1 weeks
In App Review Guidelines: Expedite Requests: If you have a critical timing issue, you can request an expedited review. Please respect your fellow developers by seeking expedited review only when you truly need it. If we find you’re abusing this system, we may reject your requests going forward. Contacting Apple Developer Support in other ways won't help your app get approved faster. You should fill in the expedited review request form for this situation. — WindowsMEMZ @ Darock Studio
Oct ’24
Reply to Apps with local payments
3.1.1 In-App Purchase: If you want to unlock features or functionality within your app, (by way of example: subscriptions, in-game currencies, game levels, access to premium content, or unlocking a full version), you must use in-app purchase. Apps may not use their own mechanisms to unlock content or functionality, such as license keys, augmented reality markers, QR codes, cryptocurrencies and cryptocurrency wallets, etc. According to the App Review Guidelines, you must use in-app purchase rather than any other payment methods, except your app fits the requirements in Guideline 3.1.3 - Other Purchase Methods. — WindowsMEMZ @ Darock Studio
Oct ’24
Reply to Demo Video for BLE Connection for iOS Device, for the App Store
The best way to share a demo video with App Review is providing a link to a video file directly, not from a hosting service. Your link should look like https://example.com/example.mp4. Alternatively, you can send your demo video as an attachment to App Review. However, you have to reupload the video to App Store Connect each time you update your app. — WindowsMEMZ @ Darock Studio
Oct ’24