AppiumStudio (Windows) : No Available Teams Found - appium-desktop

Not able to configure apple developer account in AppiumStudio on windows machine. it's showing 'No Available Teams Found' while login to valid apple developer account
I am able to login to https://developer.apple.com/ with same credentials
Appium studio : 12.10.6
How can IOS physical device added to AppiumStudio on widows machine? Any help is appreciated. Thanks!
enter image description here

Related

Visual Studio for macOS Always Prompts to Enrol Mac under MDM

I have Visual Studio Enterprise license issued by my Employer. I am using the MacBook Pro provided by them which is already enrolled for mobile device management with my email id by my employer with Microsoft Intunes Company Portal.
But every time I try to login to my account in VS, I get an error saying Your login was successful but your admin requires your device to be managed by MyEmployer to access this resource.
My device is already enrolled with MDM profile. I reported this issue as a service request in our IT support. But they have no idea of the actual error.
Please let me know if I am doing anything wrong or need additional steps.
Sounds like your IT has configured Conditional Access incorrectly for Visual Studio. They should check the Conditional Access controls in Azure AD, and could also try unenrolling/reenrolling your device.
If IT can't resolve the issue, they should contact Microsoft Support who would be more helpful than StackOverflow.
Updating to Visual Studio for Mac 8.6 released on May 19, 2020 (today) fixed my issue. Their release notes state the following for Shell. Learn more at this link
Shell
Visual Studio for Mac now has new identity libraries that should
ease many of the issues that users have faced signing in. In addition,
Visual Studio for Mac now supports device code authentication and
system browser. You can enable these two options in Preferences should
you need them. As a result of the new authentication flow, users who
have been signed in previously will need to re-authenticate.

VS Code sign in using Azure Account Extention from Azure VM

I am using VM(Ubuntu server 1804) of Azure(Japan region).
How to reproduce:
Install xrdp, xfce4 using apt-get, and successfully login to the VM via Remote Desktop. After installed firefox, I installed Visual Studio Code, and installed Azoure Account Extention(0.4.3)
then tried to login to my azure account.
After click [OPEN] button on popped up dialog with message "To sign in, use web brower to open.... enter the code GPJXXXXX to authenticate.".
A borwser was opend (Firefox), and type the code , then clicked "Continue" botton.
Select the account listed in the dialog (Pick an account)
Type my e-mail address and my password.
Click "Sign in with your phone or token device"
Answer for the phone, and type pincode.
A browser was changed to new message "you have signed in to the Visual Studio Code applicaton on your device, you may close this weindow."
Start playing with VS code again, and try to select subscriptions (Azure: Select Subscriptions"),
VS code display Pop up dialog with following message.
"Not signed in , sign in first. (Source: Azure Account Extention)".
Is there any setting should I do to run VS code can on a Azure VM?
Try the following: File->Preferences->Settings, then click "Azure configuration" and add your Azure tenant id.

Got json exception phone registration error

I am trying ionic push notification, i got device token in browser, but i idid not get device token in my phone.
I got this error
please help.
Based from this forum, there might be something wrong with your Google account. Try these:
Go to Settings -> Applications -> Manage applications -> All
Select "Clear data" for "Google Play services" and "Google services framework"
Temporarily unlink your Google account from the phone
Reboot the phone
Re-associate your Google account
Also take note that GCM only works on devices that run android 2.2 or newer. Also GCM only works if a google account is installed for the device. This is the reason Google recommended using <uses-permission android:name="android.permission.GET_ACCOUNTS" /> in the manifest so you are sure the device has a google account.
Check this link.

windows mobile 6 emulator not signed with a trusted certificate error

I´m trying to install a program in the windows mobile 6 emulator, running it as standalone image (PPC_USA.BIN). The program installs sucessfully, but when i try to run it, the error msg is:
The file '' cannot be opened. Either is not signed with a trusted certificate, or one of its components cannot be found. If the problem persists, try reinstalling or restoring the file.
Any suggestions?
The application probably requires that security be lowered. So to be able to run it, the device needs to have security lowered at least to the level at which the user is asked for permission when he/she is running an unsigned executable. In the context of Windows Mobile security, it means that the device's security configuration needs to be set to Two-Tier-Prompt, One-Tier-Prompt or Security-Off (see MSDN for more details).
Changing of the security configuration might require device manufacturer's or operator's assistance.
In some cases it can be done by the user. Some of them are listed below:
If the user has a registry editor application which can run on
the device and can change the device registry (such application
needs to be signed by a certificate which is trusted by the device
though, or the same issue will repeat itself.)
The device has installed Microsoft Windows Mobile development
certificates.
The device allows the user to install the Microsoft Windows
Mobile development certificates.
Of the above, 2 and 3 are more than likely be the case; if so then try the following:
Install Windows Mobile SDK (Here)
Install <WM SDK>/Tools/Security/SDK Development
Certificates/Certs.cab on the device.
Go to <WM SDK>/Tools/PocketPC/Security/Security Configuration and
use one of the cpf file to change the device's security
configuration (see the Readme File located at <WM
SDK>/Tools/PocketPC/Security/Security Configuration/ReadMe.txt)
Hope this helps someone, even-though I'm a year or so late...

The debugger was unable to find the registration for the target application

I am testing my Windows 8 app by logging in as the guest account. I want to see how it works installing with limited permissions.
It seems I cannot debug any apps. Here are the steps:
Login as the Windows 8 Guest Account
Open Visual Studio.
Create a new Windows Store app, using the grid template
Click the play button to deploy to the simulator or the local machine.
Upon deployment, I receive this error:
Unable to debug Windows Store app App1/App1/bin/Debug/App1.exe
The debugger was unable to find the registration for the target application. If the problem persists, try uninstalling and then reinstalling the application.
Am I unable to deploy apps without being an administrator? If not, is there a way around this problem?
It doesn't make sense to try to debug installing an app as a guest. Guest accounts are not allowed to install apps. There is a short forum post regarding accounts here.
If you are wanting to see how the app performs for a guest after it has already been installed, you can run the app from the desktop tile, but I don't know how to run the debugger on it, or even if you can.