Post

Replies

Boosts

Views

Activity

Reply to Looking for AWS database recommendations for an Augmented Reality application
I think you should be considering DynamoDB vs. “MemoryDB for Redis”. The important question is whether DynamoDB is fast enough for you - are you trying to update the positions of things in real-time? And you’ll also need to consider cost. DynamoDB is not particularly difficult to use, but you will have issues around authentication/authorisation if you want to connect directly from your app; how do plan to do that? (I’ve only used DynamoDB from AWS Lambda functions that the app invokes.)
Topic: Spatial Computing SubTopic: ARKit Tags:
Apr ’23
Reply to Can my app send Crash Data automatically?
For those users who have opted-in to “share analytics with app developers”, you will get anonymised aggregated crash reports that appear magically in XCode’s “organizer” window. Regarding the privacy declaration, IMO all apps should disclose “diagnostics - not linked to you” because of this feature. But others seem to have different ideas.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Mar ’23
Reply to Get device height with centimeter precision
It sounds like you understand the issues involved with using the accelerometer. In some cases, "sensor fusion" can be used to combine inputs from multiple sensors to get useful results; search for "Kalman Filter". I think this was first used for the Apollo navigation computer. It might be possible to combine barometric pressure data with accelerometer data to measure things in the way you want. Have you looked at the barometric pressure data? Does Core Motion already do any of this for you?
Topic: App & System Services SubTopic: Hardware Tags:
Mar ’23
Reply to Looking for AWS database recommendations for an Augmented Reality application
I think you should be considering DynamoDB vs. “MemoryDB for Redis”. The important question is whether DynamoDB is fast enough for you - are you trying to update the positions of things in real-time? And you’ll also need to consider cost. DynamoDB is not particularly difficult to use, but you will have issues around authentication/authorisation if you want to connect directly from your app; how do plan to do that? (I’ve only used DynamoDB from AWS Lambda functions that the app invokes.)
Topic: Spatial Computing SubTopic: ARKit Tags:
Replies
Boosts
Views
Activity
Apr ’23
Reply to Can my app send Crash Data automatically?
For those users who have opted-in to “share analytics with app developers”, you will get anonymised aggregated crash reports that appear magically in XCode’s “organizer” window. Regarding the privacy declaration, IMO all apps should disclose “diagnostics - not linked to you” because of this feature. But others seem to have different ideas.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Mar ’23
Reply to Can payment thresholds increase?
No.
Replies
Boosts
Views
Activity
Mar ’23
Reply to Are iPhone screenshots required for an iPad-only app?
No, you don’t need them.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Mar ’23
Reply to Xcode has limitation of input buffer?
There isn't enough input data. It's waiting for more input.
Replies
Boosts
Views
Activity
Mar ’23
Reply to Retrieve app store proceeds on for paid app downloads
You have the financial reports, which you can download manually from App Store Connect; you can also download them automatically using the Reporter java utility.
Replies
Boosts
Views
Activity
Mar ’23
Reply to Symbol not found : Crash app on real device debug
Do you get warnings when compiling?
Replies
Boosts
Views
Activity
Mar ’23
Reply to chevron.down.square.fill image name
Are you sure you want to support 10.10? It would be much easier to support only macOS 11 and newer. Exporting the SF Symbols images and including those in your bundle is technically possible, but legally dubious.
Topic: UI Frameworks SubTopic: AppKit Tags:
Replies
Boosts
Views
Activity
Mar ’23
Reply to AppStoreConnect API - How to set pricing
You aren’t the first to post here about this API being over-complicated and poorly documented - though most have been asking about IAP pricing, rather than apps. (See the “App Store Connect API” forum tag for more posts.) Personally, I’m hoping that there will be an easy-to-use utility on Github before I need to deal with this myself!
Replies
Boosts
Views
Activity
Mar ’23
Reply to chevron.down.square.fill image name
The SF Symbols app says it is available (in monochrome) since SF Symbols version 1.0, which means macOS 11.0. Do you have the SF Symbols app?
Topic: UI Frameworks SubTopic: AppKit Tags:
Replies
Boosts
Views
Activity
Mar ’23
Reply to get iphone serial number in c#
Generally those identifiers are not available to apps. There may be exceptions for e.g. cellular networks' own apps.
Topic: Privacy & Security SubTopic: General Tags:
Replies
Boosts
Views
Activity
Mar ’23
Reply to Get device height with centimeter precision
It sounds like you understand the issues involved with using the accelerometer. In some cases, "sensor fusion" can be used to combine inputs from multiple sensors to get useful results; search for "Kalman Filter". I think this was first used for the Apollo navigation computer. It might be possible to combine barometric pressure data with accelerometer data to measure things in the way you want. Have you looked at the barometric pressure data? Does Core Motion already do any of this for you?
Topic: App & System Services SubTopic: Hardware Tags:
Replies
Boosts
Views
Activity
Mar ’23
Reply to What is the process for changing the version number of an application to a lower number?
That may not be possible if the higher version number is already on the app store.
Replies
Boosts
Views
Activity
Mar ’23
Reply to Is there a way to download payments data programmatically from App Store Connect?
This is an institutionalised bug; I filed FB5446792 in 2017.....
Replies
Boosts
Views
Activity
Mar ’23
Reply to Symbol not found : Crash app on real device debug
Do you get warnings when compiling?
Replies
Boosts
Views
Activity
Mar ’23