Code Monkey home page Code Monkey logo

Comments (7)

davidmurray avatar davidmurray commented on July 26, 2024

You need to compile it with theos.
See this setup page for more information.

from wifi.

santhuisland avatar santhuisland commented on July 26, 2024

Hi All,

Advance thanks for your help..
i am really want to fix this in my project. Please please help me

1)My application will not go to Appstore, it will be Enterprice app.
2)I want to trigger wifi scan programatically, nothing else.
3)where i can find private framework "MobileWiFi.framework" in Xcode 6.1?
4)I have included "WiFiDeviceClient.h,WiFiNetwork.h,WiFiManager.h,MobileWiFi.h"
5)I have include Entitlement.plist same has downloaded from this project. But getting following error
"The entitlements specified in your application’s Code Signing Entitlements file do not match those specified in your provisioning profile. (0xE8008016)."
6)I need to jailbroke the device?
5) using following code
_manager = WiFiManagerClientCreate(kCFAllocatorDefault, 0);
CFArrayRef devices = WiFiManagerClientCopyDevices(_manager);
if (devices) {
_client = (WiFiDeviceClientRef)CFArrayGetValueAtIndex(devices, 0);
CFRetain(_client);
CFRelease(devices);
}
_networks = [[NSMutableArray alloc] init];
WiFiManagerClientScheduleWithRunLoop(_manager, CFRunLoopGetCurrent(), kCFRunLoopDefaultMode);
WiFiDeviceClientScanAsync(_client, (CFDictionaryRef)[NSDictionary dictionary], DMScanCallback, NULL);

Thanks
Santhosh

from wifi.

davidmurray avatar davidmurray commented on July 26, 2024

OK, well first of all, you won't be able to make an enterprise app (with provisioning) that uses MobileWiFi.framework. It is impossible; I have tried.

from wifi.

santhuisland avatar santhuisland commented on July 26, 2024

i can use Enterprice distribution profile.
but need to jail break the device to install? ,my app always stay in installing when i sync with itunes.

Thanks
Santhosh

from wifi.

davidmurray avatar davidmurray commented on July 26, 2024

Jailbreaking the device would certainly make things easier.
I have very little experience with distributions/provisioning profiles unfortunately.

from wifi.

PavelVanecek avatar PavelVanecek commented on July 26, 2024

@Cykey could you please elaborate more on the impossibility? Enterprise app using MobileWiFi.framework is exactly what I would like to do.

from wifi.

davidmurray avatar davidmurray commented on July 26, 2024

I investigated it and from my understand it is not possible. Apple checks which entitlements you use when using a provisioning profile, therefore you cannot do it.

from wifi.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.