Mir erstellt der keinen token sondern zeigt nur an "Please vist and enter"
Meine user.xml:
<?xml version="1.0" encoding="utf-16"?>
<UserSettingsXml xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<AuthType>google</AuthType> <!-- Google or Ptc -->
<DefaultLatitude>52.851358</DefaultLatitude> <!-- Change this to your Latitude -->
<DefaultLongitude>11.154622</DefaultLongitude> <!-- Change this to your Longitude -->
<GoogleRefreshToken></GoogleRefreshToken> <!-- When starting the Program you will get your token to fill in. -->
<PtcPassword>Password</PtcPassword> <!-- IF you are using PTC fill in your password -->
<PtcUsername>Username</PtcUsername> <!-- IF you are using PTC fill in your username -->
<EvolveAllGivenPokemons>false</EvolveAllGivenPokemons> <!-- Do you want to evolve all of your pokemon? Change to true -->
<TransferType>leaveStrongest</TransferType> <!-- Transfertypes are as follows: leaveStrongest, all, duplicate, cp leave at none to keep all pokemon caught. -->
<TransferCPThreshold>299</TransferCPThreshold> <!-- IF you are using the Transfertype cp then this will be the maximum cp to transfer -->
</UserSettingsXml>
Mach ich was falsch??