"enable google sync" stays unchecked after saving/reloading - google-apps

Does anybody know how to activate the google mobile sync in standard edition?
Every time i try to save the checked "enable google sync" checkbox, the checkbox is unchecked again after reloading...
Is there another way for doing this? I cant use my calendar, contacts, email on my iphone - very nasty!!!
Thanks!

It's a bug that google knows about. See this discussion. Hopefully it will be fixed this week or next.

Related

Enable Gabeldorsche programmatically in Flutter

It would be possible in Flutter to enable Gabeldorsche programmatically?
I noticed that this setting is useful for BLE purposes, but I did not find so much information about how to enable it programmatically.
At the moment the way I am doing it is by going to "Developer options" and after checking "Enable Gabeldorsche" (and of course "Developer options" should be enabled first in order to access the Gabeldorsche setting, and this is another issue).
I also wonder if this can be done directly in Flutter (I currently use the Flutter Blue plugin) or if maybe a MethodChannel is necessary.
Does anyone have info about it?

Actions on Google voice commands language

I built my Actions on Google project that works perfectly in English but when I tried tell something like "Turn on kitchen light" but in Polish the assistant said that this lights aren't configured yet. So I don't know what should I do. My AoG project has set localization to Poland, I can control my lights with Google Home app manually but through Google Assistant I can only speak in English. Please help me solve that. Am I missing something or am I just blind and don't see option which I should switch.
In order to be able to control devices in a given supported language you will need support both on the project (AoG console) and the device on which the user issues the command. The language setting of the assistant on your phone or the google device (nest hub) might not be set to Polish language. There is also the possibility that the assistant might not be able to understand what you said, so you can try typing the command in Polish.
If you still experience the issue you can open a ticket on the Public Issue Tracker.

Why are none of my Google Actions Alpha releases appearing in the Google Assitant store?

In my developer account, I can succesfully test the app using the simulator.
I also sucessfully deployed an Alpha version, and waited 24 hours.
However the opt-in link doesn't work. Every time I navigate to it, I see:
We can't find what you're looking for at the moment. Please try again later.
YES, I have the activity controls all enabled
YES, I have a google home device connected to this account
YES, I am the developer of this action, and have verified permissions
in IAM
This is driving me bananas. Does anyone have any suggestions on how to get it to appear?
The problem is that I was not opening these links using Google Assistant (I was trying to open them using Safari). The documentation says "open on mobile", but it doesn't tell you to use the Google Assisant.
If you have iOS, make sure you download Google Assistant!
I know this is an old question, but for the past few days I have been in the same situation with no answers to be found on the internet.
The situation is represented in the image below:
My opt-in link was the following:
https://assistant.google.com/services/a/uid/uuid?hl=en
Removing the trailing ?hl=en at the end of the link worked for me.
The Action's settings have become available via the link https://assistant.google.com/services/a/uid/uuid?hl=en after Alpha deployment.
Still, the Action doesn't look good in the Actions explore menu and settings button is missing.

Register app to open from Safari's "share" or "open in..." dialog not working. (though works from other apps)

I am trying to register my application to show up in Safari's "Open-in..." dialog when a user clicks the share button on any html webpage.
I have added the public.html (and public.data for good measure) content types to the Document Types in Xcode, as suggested in many answers: (See this question, this question, or this apple documentation.)
And, it seems to work. If I open a .pdf in Safari, I get the "open in My App" dialog at the top.
I can also use the "open in..." dialog from other apps to share the document with My App.
To test it, I built DocInteraction as recommended in this answer, and if I create an html file, My App shows up in the share dialog.
However, My App still doesn't show up in the share dialog in Safari.
When I run it in iOS7 on the iOS Simulator, I only get Mail, Twitter, and Facebook showing up:
The same goes when I test it on my real iOS device:
BUT, I would like you to note that it does seem to be possible! Look at the above screenshot.. SOMEHOW, Weibo has managed this feat. I don't know how, but for some reason Weibo shows up in this list even though My App doesn't.
And you know, actually, this sort of makes sense, given how many apps can probably open html pages. Here is DocInteraction running on my iOS device trying to share an html page:
There it is! My App! (It's actually called "Wulu Podify"). But there are so many apps who are hungry for .html pages, I guess Safari thinks it might be a bit overwhelming to provide them all.
BUT, this still begs the question, how did Weibo get themselves on that list? But, some further digging seems to show that actually Weibo seems to have gotten itself on EVERY list.
I'm not sure how they managed it, but maybe they are going about this differently.
Weibo's "I-will-open-any-document-you-throw-at-me-c'mon-try-it-c'mon" approach might solve this problem, but it's not ideal. I really only want to open html pages.
So. I guess my questions is three-fold:
Is there a way to actually have my app show up in Safari's "Open In..." dialog?
If not, how can I achieve what Weibo achieved, and show up in ALL the dialogs?
Should I want to do that? It seems like it might be a bad idea.
Thanks for any help! I've been at this for a while!!
Update:
So, actually, I didn't realize it but I think Weibo might be a built-in option just like Facebook and Twitter. I assumed it was just there because I have it installed on my phone, but maybe it was one of the iOS6 defaults. I say that because when I test on the iOS6.0 Simulator, I suddenly see Weibo show up in the share screen, even though I definitely haven't installed it on my simulator.
So maybe there is no way around this except for having it built in to Safari by apple..
I know this is years later, but if anyone runs into this old question, as of IOS 8, Apple now allows app creators to make "extensions" which do allow you to add your app to the share menus.
Here is some documentation:
https://developer.apple.com/library/prerelease/ios/documentation/General/Conceptual/ExtensibilityPG/ExtensionScenarios.html
I fear what you want is not possible.
There is a difference between the Share dialog and the Open With dialog.
For the latter it's possible to register your app with document interaction, but the Share dialog only provides the native types (which Weibo is one of - see here: UIActivityViewController).
Also see this question on StackOverflow: is-it-possible-to-add-an-app-to-the-native-share-dialog
its , called extension , fist create a new project and than -->
file ->new -> target -> application Extension -> ####
and select your required extension and done....

Auto install of web app in iOS?

I've seen a similar question from nearly 2 years ago and I'm wondering if anything has changed.
I need to make the installation of a very simple web app more automatic, so that people can just click a link to install it, with maybe a confirmation button to let the iOS security know it's legitimate. The current process of having to add the shortcut to the homescreen, cuts out a large demographic that are used to more user friendly options.
Any help would be appreciated.
I'm afraid the "Add to homescreen" process is a necessary evil here (mainly due to security concerns with how the browser might interact with the springboard otherwise).
If you really don't think your audience can handle this (I'd guess that they can, if they've used a mobile browser at all), you could also add a button or popup that launches a short How-to to walk them through the process.