Post

Replies

Boosts

Views

Activity

Get current WiFi password programmatically
Hello, I'm trying to find a way, to programmatically get the password, of current WiFi connection, so I could use the password to connect another device to the same WiFi. One of the possibilities that I've found was using a terminal command: "security find-generic-password -ga TypeInYourWiFiNameHere | grep “password:”". Is there any other, more appropriate way to do this in Objective C/C++? Asking user for permission is completely fine and understandable.
5
0
4.7k
Mar ’23
Giving my paid app for free
Hello, I've been looking into the possibility of giving my paid app for free. So far I've only found 2 ways: Using promo codes. It provides only a single app install per code and the user can't rate it. I'd like to provide full access to the application. Gifting the app. However, I assume that I'd have to pay for it. Is there any FREE way to give user full access to my paid app?
0
0
794
May ’22
DocumentPicker no callback on close
Hello, I've noticed, that when I close DocumentPicker by swiping from top to bottom (without picking a file or pressing cancel), no callback gets called. Currently I'm using didPickDocumentsAtURLs and documentPickerWasCancelled callbacks, neither of them get's called if DocumentPicker is closed by swiping. This is a problem, because while DocumentPicker is open (and a bit after that, while the file would get processed), I show a loading popup, which get's closed in one of the callbacks. In this case, I cant' find a callback to use and close the loading popup. Am I missing a callback, or is there some other issue?
0
1
710
Apr ’22
MacOS Add new WiFi profile programmatically
Hello, I'm struggling to find a way, on how to add a new WiFi profile (SSID & password, that are in System Preferences > Network > Wi-Fi > Preferred Networks) programmatically, on MacOS (preferably something that'd work on obj c). This is if some device would host a wifi hotspot, the Mac could connect to it automatically, or atleast the password would be already present (assuming there's no wifi connection already present).
3
0
2.2k
Oct ’21
Objective-C Assert dialog
Hello, I'm trying to write custom behaviour for assert on iOS. If an assert is triggered, I want to show a dialog, that would inform the user, that a critical error occurred. However, since an assert can occur before the main window is loaded, the dialog must be shown regardless of the main window, which I'm having difficulties with. Is there any good practice on iOS to do this?
Topic: UI Frameworks SubTopic: UIKit Tags:
1
0
1.1k
Aug ’21
Get current WiFi password programmatically
Hello, I'm trying to find a way, to programmatically get the password, of current WiFi connection, so I could use the password to connect another device to the same WiFi. One of the possibilities that I've found was using a terminal command: "security find-generic-password -ga TypeInYourWiFiNameHere | grep “password:”". Is there any other, more appropriate way to do this in Objective C/C++? Asking user for permission is completely fine and understandable.
Replies
5
Boosts
0
Views
4.7k
Activity
Mar ’23
Giving my paid app for free
Hello, I've been looking into the possibility of giving my paid app for free. So far I've only found 2 ways: Using promo codes. It provides only a single app install per code and the user can't rate it. I'd like to provide full access to the application. Gifting the app. However, I assume that I'd have to pay for it. Is there any FREE way to give user full access to my paid app?
Replies
0
Boosts
0
Views
794
Activity
May ’22
DocumentPicker no callback on close
Hello, I've noticed, that when I close DocumentPicker by swiping from top to bottom (without picking a file or pressing cancel), no callback gets called. Currently I'm using didPickDocumentsAtURLs and documentPickerWasCancelled callbacks, neither of them get's called if DocumentPicker is closed by swiping. This is a problem, because while DocumentPicker is open (and a bit after that, while the file would get processed), I show a loading popup, which get's closed in one of the callbacks. In this case, I cant' find a callback to use and close the loading popup. Am I missing a callback, or is there some other issue?
Replies
0
Boosts
1
Views
710
Activity
Apr ’22
MacOS Add new WiFi profile programmatically
Hello, I'm struggling to find a way, on how to add a new WiFi profile (SSID & password, that are in System Preferences > Network > Wi-Fi > Preferred Networks) programmatically, on MacOS (preferably something that'd work on obj c). This is if some device would host a wifi hotspot, the Mac could connect to it automatically, or atleast the password would be already present (assuming there's no wifi connection already present).
Replies
3
Boosts
0
Views
2.2k
Activity
Oct ’21
Objective-C Assert dialog
Hello, I'm trying to write custom behaviour for assert on iOS. If an assert is triggered, I want to show a dialog, that would inform the user, that a critical error occurred. However, since an assert can occur before the main window is loaded, the dialog must be shown regardless of the main window, which I'm having difficulties with. Is there any good practice on iOS to do this?
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
1
Boosts
0
Views
1.1k
Activity
Aug ’21