Post

Replies

Boosts

Views

Activity

Reply to Apple app rejection due to Guideline 3.2.1(viii)
I don't know what they require, but can you clarify Which domains are in the app description etc? Is that zable or lendable? Which domains are shown in the app itself? Is your developer account name Zable or Lendable? You might also consider removing the "privacy protection" on your domain registrations, so that whois queries return something resembling your correct physical address. I don't think Apple will be using that but it could be considered good practice anyway.
Mar ’25
Reply to Guideline 4.3(a) - Design - Spam
Could anyone clarify why Apple Reviewers, when rejecting the app under Guideline 4.3(a) - Design - Spam, do not provide any specific details? Because they don't have to. Your relationship with Apple is governed by the developer agreement that you signed. It says what you and Apple have to do. There is nothing in there that says that Apple has to provide any reasoning for their rejections. See section 6.9.
Mar ’25
Reply to RealityKit SIMD3<Float> precision decreases with distance?
Are you saying the implementation of SIMD3 is not a collection or struct of three separate values? No, I'm not saying that; the Swift SIMD type is certainly just a struct of regular floats. I believe the corresponding GPU arithmetic is too. But by the time these values have gone through all of your transform matrices, and in particular perspective devision, every value could have had some sort of influence on every other. However, as I said, "there could be other issues involved". Keep debugging.
Mar ’25
Reply to Using Google Maps in App to determine distance
There are various other routing services, including: MapBox has a Directions API: https://docs.mapbox.com/api/navigation/directions/ AWS has one here: https://docs.aws.amazon.com/location/latest/developerguide/routes.html Also consider OpenRouteService: https://openrouteservice.org/dev/#/api-docs The cheapest option for a large volume of queries will be to implement your own instance of OpenRoutService, or similar. But that's a lot of work.
Feb ’25
Reply to Launching A New Build
Screenshots can only be changed when an app update is released. This could be a trivial update with no real changes. It still needs to go through app review etc. 5-8 hours work seems not completely unreasonable, if the developer is going to do some proper pre-release testing etc.
Feb ’25
Reply to An Apple Developers Rant.... (So upset...)
I am fully aware that I can no longer use xcode to put anything else on my iphone without a developer licence No, you can install apps from xcode onto your phone without a paid developer program membership. The difference is that they expire more quickly (maybe 7 days instead of 90??) and maybe some features are unavailable. Somewhere there is a table explaining exactly what you can do but I can’t immediately find it. Maybe someone else will find a link.
Feb ’25