Is it possible to programmatically enable hotspot mode in iPhone?

iphone, wifi

Solution

You can't create a HotSpot in code talking via an API or via a Configuration Profile

Have you looked at GameKit which does a great job of easing connecting devices transparently via Bluetooth or WiFi? Don't let the "Game" name fool you - it's a great and easy to use library.

Problem

I want to develop an application that programmatically creates a Personal Hotspot with a predefined name on an iPhone. Is it possible?

Original source

Related problems