I wrote a DNS server in PHP, and I am running it on a Raspberry Pi (terminal) to use it as a Captive Portal.I am fully capable of redirecting all DNS requests.I connect the Raspberry Pi to my router (Ethernet cable) and assign the IP address of the Raspberry Pi to the primary DNS of my router.I am using a MySQL database to save authenticated devices in order to be able to know who can navigate and who can not.Everything is working fine.My problem: when a device connects to my Wi-Fi hotspot I would like the Captive Portal Splash Screen to automatically popup in order to allow the user to authenticate.On Android it is working: I only had to redirect requests for clients3.google.com to the Raspberry Pi IP address and create the generate_204 file in my web server (Apache) root folder (/var/www).On iOS it is NOT working: the iOS Captive Portal Splash Screen is not opening when the device connect to the Wi-Fi hotspot, and I can not find enough documentation on the web in order to solve it.How do I open the
Search results for
show when run
112,800 results found
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
OS X is nice because its easy to setup and run and cheap! Never had any issues with it here. I'm still running 10.6.8 on my servers for everything and still running strong so far! I just worry about a drive or other hardware giving out at this point.Anything MS to me is a nightmare. They make things more difficult to setup than nessassary and the technet articles give a whole story and give examples how it should be setup but don't really tell you how to do it. Then half the time its wrong in my experiances. Our MS fanboi is trying to setup the latest version of System Center and is having fun with that and getting it to work and hasn't been too happy. I skimmed over the documentation and noticed it even supports OS X, but Munki can do most of what it can so I have no use for it. Along with with Endpoint Antivirus, but again its lacking in any management on the OS X side so dissappointed.With Netboot, Caching, basic file serving, and profile manager I still think OS X server is liab
Topic:
App & System Services
SubTopic:
Core OS
Tags:
You can do this in Xcode:(An embedded screen shot should appear here)The embedded graphic doesn't seem to appear when the post is saved.In Xcode:Debug/Debug Workflow/Always Show Disassembly
Topic:
Developer Tools & Services
SubTopic:
Xcode
Tags:
Once Apple decides it's ready. Typically some time after Beta 1 and before Beta 3 😁History teaches us on average a couple weeks after the initial beta release. You're not running Beta 1 on your primary device are you?
Topic:
App & System Services
SubTopic:
Core OS
Tags:
Hi,Is there a device/Xcode version compatibility list? I am trying to build and run an app on an iPhone 3GS to test compatibility with iOS 6 but Xcode 6 is not seeing the connected iPhone 3GS. Will I need to install Xcode 5 alongside the newer version to test on iPhone 3GS? Thank you.Also, I know that not many devices are running iOS 6 anymore so please do not say that I shouldn't support it; some users are still using that version more various reasons and iOS 6 is the earliest version supporting autolayout (which is the only requirement for my project).
wjens wrote:> I thought the XPC Service template within xcode was only for XPC Services hosted within a parent application - produces .xpc files. I'm pretty sure those don't work as standalone XPC services like you describe above.Thanks for your input.I thought that this might be the case as well. In a variant of my prior test code, not shown here, I tried it with an Launch Agent based on the .app AppKit template but this didn't really change the broken connection behaviour. Which leads me to believe it's some kind of configuration issue.Although, I haven't tried the code of the Launch Agent, as posted above, as an Mac App created with the .app AppKit Xcode template but with the GUI stuff stripped out or with the Command Line Tool template.I forgot to mention in my previous post that debugging print statements in the Launch Agent's main.m, like the fprintf() calls in the example code or NSLog() or asl_log() calls in my original test code, do not appear anywhere in the command line output or in the System C
Topic:
App & System Services
SubTopic:
Processes & Concurrency
Tags:
My main goal was to delete the one and only iPhone backup from iCloud. This is a backup created about 2 days ago. iPhone 6 Plus running iOS 9 (beta). Things that I've tried involve:iCloud on multiple devices - Cannot Delete Backup - This backup cannot be deleted at this time. iPhone 6 (8.1.2)iPad Air 2 (8.1.2)MacBook Air (10.11)MacBook Pro (10.10.4)Windows (8.1) <- Using iCloud Control PanelUsing WEB UI on iCloud.comI would sign in and get the ff. message iCloud has stopped responding - An error has prevented this application from working properly...I've talked to apple support and they pointed me to the Apple Developer Program assuming it has something to do with beta.Consistent on Mac OS X and Windows. Safari, Chrome, Firefox BrowsersI would like to know what the Developer Community thinks/knows about this issue I'm faced with. I could just let the backup sit there (its only 97mb) but its not supposed to be like this. Maybe (beta??). Thank you.
How do you install the: iPhone7,1_9.0_13A4254v_Restore.ipsw on the phone? Shows as an iTunes file, however, when I double-click on it assuming it will open in iTunes. Was wondering if anyone has solution.Thanks for the help,David
I couldn't found the icon that usually used to allow a user to locate himself on the map. Help please.
I was going through some Apple Docs, and read the following: Let’s review the possible scenarios that can arise when the system delivers a local notification or a remote notification for an app.The user taps the default button in the alert or taps (or clicks) the app icon. If the default action button is tapped (on a device running iOS), the system launches the app and the app calls its delegate’s application:didFinishLaunchingWithOptions: method, passing in the notification payload (for remote notifications) or the local-notification object (for local notifications). Although application:didFinishLaunchingWithOptions: isn’t the best place to handle the notification, getting the payload at this point gives you the opportunity to start the update process before your handler method is called. If the notification is remote, the system also calls application:didReceiveRemoteNotification:fetchCompletionHandler:. It looks like the above document is partially true. If the app is in the background (multitas
I don't have any suggestions, but just FYI...I am also running 10.10.3 and XCode 7 beta (7A120f), and I downloaded the Swift Standard Library playground sample and it seems to work fine (although it did take some time to compile and run each page as I switched between them).So the problem isn't just specifically being on 10.10.3.
Topic:
Programming Languages
SubTopic:
Swift
Tags:
Interesting, the rest of your question showed up, I think I see your problem.You are doing the cast as in my first suggestion, but you are passing the non-casted parameter (paramIn) to the function instead of the new casted version (param)
Topic:
Programming Languages
SubTopic:
Swift
Tags:
Ufortunatley the watchOS 2 needs your phone to be running iOS 9. So without your device going back to 8... it will not pair.
Topic:
App & System Services
SubTopic:
Core OS
Tags:
Hello guys,I'm trying to run the Maze example, but it isn`t allocating the graph GKGridGraph.The line with problem is the one belowGKGridGraph *graph = [GKGridGraph graphFromGridStartingAt:(vector_int2){0, 0} width:AAPLMazeWidth height:AAPLMazeHeight diagonalsAllowed:NO];(file AAPLLevel.m, funcion init).I've tried to change the way it allocates (using [[GKGridGraph alloc] initFromGridStartingAt ...], but did't work either.Thanks.
Does anyone know what will happen to WatchKit 1 apps when Watch OS 2 comes out? (i.e. where the WatchKit extension runs on the phone and not the watch, uses shared app filesystem containers for storage, etc.) Will they continue to work, or will they stop working?