PWABuilder WEB Browser - manifoldjs

Good day.
I have little knowledge regarding codes.
I want the PWA to be downloaded when people enter the page from the phone or computers.
What should I do in PWABuilder?

In case you haven't got the answer for this.
Once you are on https://www.pwabuilder.com/
Follow the steps provided on the website, At the end of the step, You can download some files that you need to upload to your server.
So, this is clear that at least you have access to your server to upload the files.
After you upload the files from https://www.pwabuilder.com/ to your server, ever user who visit your website will be prompted to have PWA of your website installed or "add to home" So, I hope this is simple enough to explain the process.

Related

After review, we still get "sign in with google temporarily disabled for this app"

We have a mobile app and our users got a
"sign in with google temporarily disabled for this app"
When they tried to login their YouTube account with iOS (There's no problem with Android devices).
We submitted a verification request long time ago, and we got from YouTube an email (May 26th 2020),(May 26th 2020):
"Hi Adam,
Thanks for working with us on the YouTube API Services compliance review. We have completed your review and do not require any further actions from you at this time.
We may reach out again to re-review your API Client for compliance with YouTube API Services Terms and Policies.
We appreciate your time working with us on this and please continue to comply with the YouTube API Services Terms and Policies."
Since then, nothing had changed and our app hasn't been verified yet, and our users can't connect with their youtube accounts.
What can we do? We are just waiting and we don't even know how to contact YouTube and ask about our specific case/project.
Thanks you,
Adam.
sign in with google temporarily disabled for this app
Means that your application has not been verified by google. You need to go through the verification process.
You can use a project for development without verification. However there are some limitations (more information here). Basically, you have now reached the limit of 100 users accessing the application.
If you still havent heard anything from google after they say they have verified your application I think the only thing you can do is to submit it again and double check that you are using a client that was created under the project that you requested verification for there's really nothing else you can do.

ios OTA via OneDrive not working

I have been successfully using Drop Box for IOS Over the Air Enterprise Distribution, however our company as part of a security lockdown, is stopping the use of DropBox.
I have been trying to use OneDrive with no luck with the Corporate or Personal Drive, I get the message "Safari cannot open the page because the server cannot be found." with the URL "itms-services"
I have used Share & copy link, below is the URL I am using to the manifest file, is there any changes required to be made to the link like DropBox?
itms-services://?action=download-manifest&url=https://1drv.ms/u/s!AovuAwqVtXvggfsVeJcr8RtT3aXQ2Q
Really appreciate any help
this URL should work (Assuming you are firing this link in WebView)
https://1drv.ms/u/s!AovuAwqVtXvggfsVeJcr8RtT3aXQ2Q

Clicking a shared link from my site on facebook doesn't take me to my website, it opens my app

Having trouble solving this one.. hoping someone out there has run into it and can help.
Scenario:
I'm the owner/developer of an iOS app (https://itunes.apple.com/app/id1032962936)
It integrates with Facebook for facebook login so i have a facebook app in place to service the API requests.
I also run a website to support the app (http://www.heythere.us) and that site has a blog.
The Problem Statement:
When I share a blog article from my site to facebook it shares perfectly fine. It shows the right thumbnail image from the blog article, and the right text. All of that is good to go because i installed the official facebook plugin for wordpress. However, I have the iOS app installed on my iphone, and i click the shared article in my facebook feed my phone just opens my app when it should be opening safari and sending me to my website's blog article. It's almost like there's some deep linking going on here that isn't quite right. Or the meta data on my website isn't quite right.
I dont want all my people who see the blog article share to click it and get sent to the app (if it's installed on their phone) ... I want them to go to the website and be able to read and share the article.
has anyone ever seen this and solved it?
Thanks!
It was the al:web:url meta tag that I had on the site pointing at the itunes link for the app. I removed that and re-scraped my links in facebook's sharing debugger and now links to my website are opening correctly on my phone.

file sharing service with iOS API

I'm looking for a file sharing service to host all my app's files.
The idea is to update the file sharing account, and let the app download from there every time it loads.
I tried dropbox, but they request the user to enter their login details every time, and that's not what i'm looking for.
Thanks for the help
Amazon Web Services S3 is a pretty good for file sharing. The link is here.

Improve login experience by using google-api-java-client + OAuth 2.0 (Installed Application)

Previously, my installed application (desktop application) is using gdata-java-client with ClientLogin mechanism, for user to access Google service.
In order to provide seamless experience, the desktop application will store users previous entered username and password in encryption format. Whenever they wish to access Google service, the desktop application will automatically help users to fill in username + password information. (Even after application restarting) Users just need to single button click to access Google service.
The login code is as follow : http://jstock.hg.sourceforge.net/hgweb/jstock/jstock/file/808b03e824bf/src/org/yccheok/jstock/gui/Utils.java#l1520
I plan to migrate code to google-api-java-client, and use OAuth 2.0. Since my desktop application has no control over users entered username and password, users will be prompted with the following Windows every time they wish to use Google service.
The user flow doesn't seem seamless any-more, as users need to deal with the browser window, every-time after application restarting. Is there any way for my desktop application, to remember their login information, so that they need not to respond to browser window every-time the application restarting?
Great question. Yes, we are working on this right now. The feature request is here, and the changeset under review is here. Our plan is to make it be available in the next version 1.11.0-beta some time in July. For now, feel free to patch in FileCredentialStore from the changeset into your application and try it out. More documentation about the OAuth 2.0 support in the Java client library can be found here (which will be updated for 1.11.0-beta with information about FileCredentialStore).
Take a look at https://developers.google.com/accounts/docs/OAuth2InstalledApp. This a general guide for your type of application - installed on client machine.
The tell you These applications, in general, cannot keep secrets. But if you already store users' credentials - will it really change something for you?

Resources