Post

Replies

Boosts

Views

Activity

Reply to Help getting Network info (SWIFT)
Here is more info on the end goal. I have several locations, I would like to make an app where when I get on site and join the wifi it looks up the gatway IP address for that location. Once I have the gateway IP I can change the last number on the IP and get the hostname for that IP. This static IP has a hostname containing the location number of the site I'm at. With location number I can then just simply ping known devices by hostname as they are all named with location in the hostname. Once I have the gateway IP and Hostname of a device thats on the network I can then display to the user status info (online/offline) for many devices at this site that should all have static IP's that match the gateway IP but differ by only the last set of numbers in the IP. or by hostname with the location number obtained. I know this is possible, there is currently an app called Network Analyzer that displays the gatway IP. This will just be a personal tool to let me walk onto a site and just instantly be shown any known devices at the location that are offline. The app would do this from getting the gatway IP and figuring out the rest by standardized IP's and Hostnames at each location. FYI (gatway and device IP are different subnets thats why I cant simply use the device IP)
Topic: Programming Languages SubTopic: Swift Tags:
Jan ’21
Reply to Help getting Network info (SWIFT)
I'm getting Gateway IP with FGRoute CocoaPod. Yes I looked at CFHostSample still not having any luck getting the HostName for a given IP. For now I'm just passing the IP to a PHP page on the same network and having it return everything i need like hostname in JSON. I would like to get it working in the app itself without having to request the info from an external PHP server.
Topic: Programming Languages SubTopic: Swift Tags:
Feb ’21
Reply to Testflight issue: "The requested app is not available or doesn't exist"
I have contacted apple support a few times about this, they supposedly have send my case to someone higher up the chain and I'm still waiting to hear back from them. There are 2 or 3 posts on these forums with other people in the same boat, I'm hoping once one of us get it fixed the solution is posed in here so we can at lease direct apple support on what needs to be fixed.
Mar ’21
Reply to Cloud not install [App] The requested app is not available or doesn't exist. In TestFlight
OK, I take that back. I released new app version to app store for review and selected to let the developer choose when to release. They approved the app for developer release... still no test flight builds working. I actually released the new version of the app that was approved for sale... app not available in test flight as well as apple app store. around 6 hours later, the app is now available in both app store and test flight.
Mar ’21
Reply to Call Directory Extension never loads in iOS 14.5.1
try going to privacy settings and then turn off the setting to allow apps to ask permission to track you, then turn on the option to allow apps to ask to track you. This worked for me and the call blocking section showed up right away. However I still am unable to get any apps to present a call screen and ring my phone after they screen a call. (robokiller/callhero)
Topic: App & System Services SubTopic: General Tags:
May ’21
Reply to iOS 12 voip notifications not receiving
I have been having this issue as a user after iOS 14.5 both robokiller app and callhero app are supposed to display the call notifications after screening the call to make sure its an actual person but my phone never rings, all I get is a silent notification saying to tap to open the app. strange thing is the developers of said app say they dont know of any issue like this as no one else is reporting this problem. I even did a factory reset on my phone and setup as new and same thing, im missing all my calls.
May ’21