Skip to content
This repository has been archived by the owner on Feb 19, 2020. It is now read-only.

ios8 - Application Installation Occurs in Background #173

Closed
jasonirwin opened this issue Sep 26, 2014 · 11 comments
Closed

ios8 - Application Installation Occurs in Background #173

jasonirwin opened this issue Sep 26, 2014 · 11 comments

Comments

@jasonirwin
Copy link

As of ios8 when one clicks the install button the installation occurs on the home screen (i.e. in the background) and progress is not obvious to the user. On previous OS versions the browser would be minified and the application icon, with installation progress would be visible to the user.

@entropid
Copy link

I have the same issue.

@FabianFrank
Copy link
Contributor

Not sure if that is fixable in the web. Are we talking about the in-app SDK or the website?

@entropid
Copy link

I solved it. It was a problem of my server serving the file as chunked.

@PenaPP
Copy link

PenaPP commented Nov 14, 2014

I guess I have the same problem in iOS 8 - browser does not minimize, but the application installs on the background.
Is there something I do to make it working exactly the same as on iOS 7?

@entropid
Copy link

My problem was a misconfiguration of nginx. The file was being sent in chunks and therefore the total size was not in the headers (or was being ignored).

On Fri, Nov 14, 2014 at 9:14 AM, PenaPP notifications@github.com wrote:

I guess I have the same problem in iOS 8 - browser does not minimize, but the application installs on the background.

Is there something I do to make it working exactly the same as on iOS 7?

Reply to this email directly or view it on GitHub:
#173 (comment)

@PenaPP
Copy link

PenaPP commented Nov 14, 2014

@entropid Our server doesn't use nginx at all and nobody is capable of telling me if the file is being sent in chunks or not :D How can I test it?

@entropid
Copy link

You have to look in the headers of the request. Google how to do it for more details. Look at the header “transfer-encoding”.

On Fri, Nov 14, 2014 at 1:37 PM, PenaPP notifications@github.com wrote:

@entropid Our server doesn't use nginx at all and nobody is capable of telling me if the file is being sent in chunks or not :D How can I test it?

Reply to this email directly or view it on GitHub:
#173 (comment)

@DerAndereAndi
Copy link
Contributor

Browser not minimizing when accepting installation is a new default behaviour in iOS 8. The user has to manually navigate to the homescreen. There is no workaround for this.

There are other iOS 8 specific issues which we documented for HockeyApp here: http://support.hockeyapp.net/kb/client-integration-ios-mac-os-x/known-issues-with-ios-8

@PenaPP
Copy link

PenaPP commented Nov 14, 2014

@TheRealKerni Well, I am confused now. @entropid says it works for him :)

@entropid
Copy link

It works as in it shows the download progression after fixing the problem
with the transfer-encoding header. The browser not minimising is default
behaviour, as already noted, and it happens to me as well. But that was not
my issue.

On 14 November 2014 13:51, PenaPP notifications@github.com wrote:

@TheRealKerni https://github.com/TheRealKerni Well, I am confused now.
@entropid https://github.com/entropid says it works for him :)


Reply to this email directly or view it on GitHub
#173 (comment)
.

@PenaPP
Copy link

PenaPP commented Nov 14, 2014

@entropid Thank you for the explanation :)

@dipree dipree closed this as completed Feb 19, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants