While creating registering app, I'd chosen a random voice.
But now, how can I change default voice for my app?
I can't find it in settings.
From the actions console at https://console.actions.google.com/
Make sure you are in the Overview section
Select the edit pencil to the right of your Action's name
Click to edit the App Information
Expand the Details section
You should now be able to edit the Assistant app voice through the dropdown
Related
I've registered for the Apple Developer Program as an organization.
When I added a new App, I set my developer name into the Company Name field, other data and clicked Create.
This developer name will appear under the app icon after the app is approved for the App Store. But I want to verify the information entered before approval.
Where can I check the data I have entered in the form? the screenshot below explains what info I want to check screenshot of appstore page
Since I have no Company Name Field, probably because I have an individual account(?), I do not find this field anywhere. But the App Name is located under [Your App] → AppStore → General: App Information.
To check the information you have entered in the Apple Developer Program, follow these steps:
Go to the Apple Developer website (developer.apple.com).
Sign in with your Apple ID.
Click on the "Account" tab in the top menu.
Scroll down to the "Organization Information" section and click on the "Edit" button.
This will open a form where you can view and edit the information you have entered for your organization, including your developer name and other details.
Make any necessary changes to the information and click "Save" to update your account.
You can also view the details of your app by going to the "My Apps" section of the Apple Developer website. From here, you can click on the app to view its details and make any necessary changes.
I am trying to use the Work Profile version of the Google Assistant app, but I cannot get past the "set default assist app" screen in order to start using Google Assistant. It works on some phones, but not on my Pixel 3 or a Pixel 2 XL that I tested it on.
Steps to reproduce:
Tap on the Work Profile Google Assistant app, and a screen appears to prompt the me to set the default assist app
Tap on "Settings".
When I tap on "Assist App", the "Permission Controller" screen opens briefly and then closes immediately.
Finally any more taps on "Assist App" again has touch feedback show nothing.
Image of screen
Make sure that your work account as permission to access your voice.
Go to the Activity Controls page.
Sign in with your Google account
Enable the following permissions:
Web & App Activity
Under Web & App Activity, check the box next to Include Chrome history and activity from sites, apps, and devices that use Google services.
If that doesn't work, this can be due to limitations or restrictions with work accounts. Contact your admin.
We have developed a prototype for Google Home and running user tests but have found that the 'test' Action is only triggered on my voice and NOT available to others trying to invoke (device is registered to my development account).
Is there some some restriction?
Testing an Action makes it available for the account which activated the test. It does not make it available for every account on a device - Actions do not load anything on the device itself, they simply permit the account to the trigger commands on Google's server.
If you want other users on the device to access the Action, you need to explicitly permit them to the action. You can see the details, or they're listed if you click the share icon in the simulator, but in short:
Click the gear in the upper left of the console and then the Permissions menu item.
Add team members to the project using the Add button on the top. I usually give them Editor or Viewer project roles.
They then need to visit the simulator page to activate it. They can use the simulator to test, but it is also available on their devices.
Please make sure the account from which you are testing your actions should be given to other testers to test your actions. The account should be connected to the user's Google home to test your actions.
Question 1:
Is this the correct way to to disable sandbox mode in the new facebook app developer dashboard?
a) Go to the "Status & Review" section.
b) Select "Yes" after the text "Do you want to make this app and all its live features available to the general public?"
Question 2:
I created my fb app so that I can cross-post blog entries from my WordPress blog to my facebook wall.
If I click "Yes" after "Do you want to make this app and all its live features available to the general public?" will the general public will be able to use my app to post to my facebook account? (Fyi I don't want this to happen.)
Question 3:
Is it possible to disable Sandbox mode without having to fill out privacy policy info? I want to be able to use my app - but don't want the app to be searchable in the facebook app center or used by others.
Any clarification would be appreciated. Thanks a lot.
You can see it in the App's Settings then Basic Tab, then fill up the "Contact Email" which is in the right side.
https://developers.facebook.com/apps/xxxxxx/settings/
change xxx to your app id
Here is the step by step guide:
Open https://developers.facebook.com/
Select your app from top navigation bar (Apps)
Click on Status & Review (Left Sidebar)
You will find a toggle button to do on/off your app from sandbox
mode. By default it will on for sandbox mode if you are creating new app.
or you can open url like
https://developers.facebook.com/apps/YOUR-APP-ID/review-status/
We are trying to create a custom browser app for iPhone. In this app we would like to be able to allow the user to click on a link labeled "Add to Homescreen" just like Safari browser does and have our custom browser add the link/icon to the homescreen (just a web app link/url).
Is this possible and if so where do we look to figure out how to do it?
Thanks!
please check "App Store Review Guidelines.
it says
10.4 Apps that create alternate desktop/home screen environments or simulate multi-app widget experiences will be rejected,
thanks.