Thank you for your reply.Make sure that you open the link in SAFARI and not in any other browser.
Sometimes, if you have another browser on your device it may try to open the link in that browser. It wont work in any browser except Safari.
The installation happens in the background. You wont see anything happen or receive any messages after it is installed. Look on your Home Screen carefully and you should see the icon for your app there.
It is indeed very strange.That's strange!
I assume you first tested it in release mode and it works fine, right? Build Server -> Build Release App
Also, make sure that the Package Name and App Names in OTA deployer match what you have in B4I
Developer mode is on on all my devices... I also used OTA quite a lot and never had this kind of issue before. I will try with a barebones app and see if it installs.Some of my testers have reported the "open with iTunes" message, but it installs fine.
The only other thing I can think of is to set your phone to "Developer mode" in Settings, if you have not already done that.
I use OTA deployer quite a lot to test out my Apps before publishing them and have never had a problem.
One other thing you may want to try, is create another simple "Hello world" app and deploy it using OTA. If it works then it's something in your App that's choking it.
Received request: <ASDExternalManifestRequest: 0x101435390>: 27B14FD5-619B-428A-9DFA-C2099AEA75D9 from: <RequestBrokerClient: 0x1065167c0>: itunesstored
[RequestProxy]: Starting ...
[D626A4A8] Manifest for UPP: https://www.b4x.com:51041/ota?type=plist&guid=17296898661242172407_783&product=Multitema&bundle=com.multitema.newsstand clientID: itunesstored qoS: QOS_CLASS_USER_INITIATED (0x19)
[D626A4A8] Downloading requested manifest at URL: https://www.b4x.com:51041/ota?type=plist&guid=17296898661242172407_783&product=Multitema&bundle=com.multitema.newsstand
Connection 1004: enabling TLS
Connection 1004: starting, TC(0x0)
...
nw_connection_report_state_with_handler_on_nw_queue [C1004] reporting state failed error Operation timed out
Connection 1004: received failure notification
Connection 1004: failed to connect 1:60, reason -1
Connection 1004: encountered error(1:60)
[D626A4A8] Request failed with error: Error Domain=NSURLErrorDomain Code=-1001 UserInfo={_kCFStreamErrorCodeKey=60, NSUnderlyingError=0x101436c40 {Error Domain=kCFErrorDomainCFNetwork Code=-1001 UserInfo={_NSURLErrorNWPathKey=satisfied (Path is satisfied), interface: en0, ipv4, ipv6, dns, _kCFStreamErrorCodeKey=60, _kCFStreamErrorDomainKey=1}}, _NSURLErrorFailingURLSessionTaskErrorKey=<private>, _NSURLErrorRelatedURLSessionTaskErrorKey=<private>, NSLocalizedDescription=<private>, NSErrorFailingURLStringKey=<private>, NSErrorFailingURLKey=<private>, _kCFStreamErrorDomainKey=1}
curl -o result.dat --connect-timeout 60 "https://www.b4x.com:51041/ota?type=plist&guid=17296898661242172407_783&product=Multitema&bundle=com.multitema.newsstand"
As far as I know I am using the latest OTA deployer, v2.02.Which version of OTA Deployer are you using?
Did you try it with another simple App? This will confirm if it's an account issue or not.
Hi Erel. Yes, changing it to b4x.com works and I can install the app without issues. Why does this happen??Does it work if you change the link from https://www.b4x.com to https://b4x.com ?
I had a similar problem last week, also iTunes kept popping up instead of direct install. Had to switch and use my own server for the deployment.Hi Erel. Yes, changing it to b4x.com works and I can install the app without issues. Why does this happen??