App settings appear in simulator but wont on device

366 Views Asked by At

I use Xcode 6.1.1 and iOS 8.1 swift. Simulator is have app settings in settings. But real device not. I use Local notifications & background fetch. No warning & errors. I have not apple developer account.

I sign with ldid to build my jailbreak iphone. App working but not showing notifications and background data settings in iphone settings.app.

Is This jailbreak issue or ldid?

Here is some news. I build other tutorial projects for notifications. Same thing happened. I think not code issue. Because first build is crash on device. If i build again no crash on device but app not ask allow notification question. And app settings not appear. But app is working without background fetch & notification.

1

There are 1 best solutions below

2
On

I believe for app settings to show up a proper Apple-signed app ID is required. Pay the $99 and get your code properly signed, or you may need to use some Settings plugin mechanism for jailbreak tweaks.