ad-hoc

Is it verified that iPad cannot create ad hoc wifi networks?

Has anyone been able to verify that the iPad cannot create an ad hoc network? It has different radio hardware (the fact that it does 802.11n demonstrates this) than the iPhones, which I thought was the reason that the iPhones could not create WiFi networks. I know this was sort of answered elsewhere, but I wanted it to get proper att...

Ad-Hoc wireless network in C#

Hello all! I would like to auto-create an ad-hoc wireless network from my laptop. I use windows XP SP3 and I want to do it using C#. I have seen some libraries for mobile, but I havent found something regrading PC. Is there an API to do that ? Thank you. ...

Entitlements.plist not created properly

Hi all! reading the doc from apple I need to create an ad-hoc distribution app, and to do so I need the entitlements.plist. when i create a new entitlement, the value "get-task-allow" is not present, so I added by hand.. is right?? at the end the Entitlements.plist is this: <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC ...

web form to generate ad-hoc sql statements

Hello, I have a task to build asp.net C# web form to allow end user to generate sql queries. Very similar to this one: EasyQuery.NET WebForms However I'm not allowed to use any 3rd party DLL's or spend big $ on full source versions. My boss would rather force me to work overtime and re-invent the wheel. Any tips on this? Thanks! ...

problem installing adhoc app with itunes 9.2

I just installed itunes 9.2. Then tried doing something I've done thousands of times before: installing an add hoc build. I deleted the old version of the app and dragged the new version onto the app section of itunes. I get a message that the profile with the same name already exists (I select replace). Nothing happens- the app is not i...

Adhoc app not showing in iTunes when dragged in

Distribution certificate recently expired so had to create another one. Everything seemed to work ok - I made a zipped build with the profile & app file. Sent to a co-worker who installed with no problem. Sent to another who had a "signer invalid" message and the client I sent to says they get a "do you want to replace embedded mobile ...

Create ad-hoc network using c# from my application

I want to create ad-hoc network using c# in my application automaticaly without force the user to make it using windows and users can connect to this network using my application ...

After packaging for ad-hoc distribution, iOS app data persistence doesn't work

I just finished an app that allowed users to store lists of serial numbers in a tableview. The way the app stores the numbers is by storing in an NSMutableDictionary then writing to a persistence plist file. The app ran perfectly fine during testing. However, I just built and packaged the app for ad-hoc distribution, and now when I test...