Hello,
I made an iOS application.
I am using this environment:
- Delphi XE7 Ent (no update) on Notebook (Windows 7 Pro 32 bit)
- XCode 6.2 on MacBookPro (OS X 10.9.5 Mavericks)
- iOS 8.2 or 8.4 SDK.
My app is working properly on iPad Mini Retina (iOS 8.4) and on iPhone 5 (iOS 9.1 or 9.2).
Now I have to deploy this app on device iPhone 6s (iOS 9.0.2).
In Debug mode when the app launches automatically at first, it is all right.
If I close app I cannot run it again from device by touching the app icon.
I see launch image for a second and after it app goes to background, does not work.
(This happening in Ad Hoc build mode too.)
Can you help me?
Remark: I have a test app with few simple components. This works properly when I start it from device iPhone 6s. For example when I add a TabControl or IndyTCPClient component to test app, I cannot run it from device already.