Post

Replies

Boosts

Views

Activity

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.
1w
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.
1w
Reply to Phonep,e wrong transaction refund money's
We appreciate your interest in participating in the forums! Last time we discussed this, we were told that there are no Apple "bots" on the forum and these messages are written by actual human Apple employees. I don't believe that There is no way that Apple could possibly employ someone who reads that obviously-spam message and thinks, "this needs to be on the Apple Support forum". No, impossible. So, I'm going to downvote the obvious bot message. Let's see what happens.
1w
Reply to In App Purchase does not work
I could access it on a phone where I am connected with an Icloud account in the developper list of the apple development account. I'm not sure what you mean by "in the developer list". The account needs to be a sandbox account. Just using your real Apple account, which is the one that is associated with your developer account, is not sufficient. (If I understand correctly.)
2w
Reply to About APNS certificate replacement
the IP address mentioned in Developer forum post 17.188.143.34:443 is not the one which responds to api.sandbox.push.apple.com:443 address Right. It's a test server, set up temporarily so that you can check that you have done your certificate replacement correctly. Quoting the linked post: We have setup a test server at 17.188.143.34:443 that you can use to try and send pushes to test whether your new root certificate is correctly installed. I think the IP address you've given is probably for the live server.
2w