"Invalid result returned from the software lookup service" - macos

I am in the process of submitting an Mac OS X App.
This App is created with PhoneGap mac. The status in iTunes Connect is: Waiting For Upload.
When I try to upload through Organizer Xcode (Version 3.2.6) or through Application loader (Version 1.3), I get Invalid result returned from the software lookup service?
What am I doing wrong?

This problem most often occurs when you have no applications that are "Waiting for Upload".
There used to be an error something more like "No valid application profiles found", but they appear to have changed some functionality on the back end that caused this (unhelpful) error message.
To reach the "Waiting for Upload state":
Log into iTunes Connect
Navigate to Manage Your Applications
If the application that you want to upload is in the "Waiting for Upload" state, you are ready to go (not the "Prepare for Upload" state). If this is the current state, you need to:
Go into the details page for your application
Press "Ready to Upload Binary"
Answer the questions about encryption in the following pages.
After this, your upload should work.

Related

Internal Testing Google Play Console

We are trying to set up internal test track in Google Play Console for a new never published before app. I created a release and added testers....
I was expecting testers to be notified, maybe via email but nothing yet. Is there an automated way to let the testers know?
When I send the link to testers, the link opens screenshot page, but "download it on Google Play" link either shows "item not found" or it keeps loading forever
Any suggestions?

Azure Bot Service - "Couldn't send retry" on emulator

I have created two bots via the Azure portal today (NodeJS blank & language understanding) and both bots don't work.
If I launch the emulator in the portal and send a message it states "Couldn't send retry" and the console shows the following:
On the Channels tab under Web Chat it shows the following errors:
My previously created bots work however.
Has anyone an idea what I might be missing here?

Debugging published bot

I'm trying to find out what is wrong with my bot. This is a bot meant as back-end for a Cortana skill. The bot is built with the bot framework version 3.8.0. I'm running it on an Azure Bot Service instance (Azure Function).
Locally, everything works as expected. I'm using the bot framework emulator to test everything; all great. Now I publish the bot to Azure and invoke it using Cortana. Cortana replies there's an issue with the bot.
When I check the diagnotics log in Azure, I see the following:
2017-07-18T08:11:34.252 Exception while executing function: Functions.messages
2017-07-18T08:11:34.252 Invalid channel data.
2017-07-18T08:11:34.272 Executed 'Functions.messages' (Failed, Id=e5eae9f5-97e4-4a35-aa5f-5c7d58a63aed)
2017-07-18T08:11:34.272 Invalid channel data.
2017-07-18T08:11:34.272 Function had errors. See Azure WebJobs SDK dashboard for details. Instance ID is 'e5eae9f5-97e4-4a35-aa5f-5c7d58a63aed'
2017-07-18T08:11:34.272 Invalid channel data.
2017-07-18T08:11:34.315 {"id":"6f095c10-d9e8-4ad0-a6a8-caf052288f8b","requestId":"2f4c950c-2459-4467-8579-4f3b5bc45e6b","statusCode":500,"errorCode":0,"messsage":"An error has occurred. For more information, please check the logs for error ID 6f095c10-d9e8-4ad0-a6a8-caf052288f8b"}
2017-07-18T08:11:34.315 Invalid channel data.
2017-07-18T08:11:34.194 Function completed (Failure, Id=e5eae9f5-97e4-4a35-aa5f-5c7d58a63aed, Duration=4626ms)
2017-07-18T08:11:34.252 Exception while executing function: Functions.messages. Microsoft.Bot.Connector: Invalid channel data.
So "invalid channel data" seems to be the main error here, but that doesn't tell much. I enabled all logging on the server and downloaded + inspected these; there's nothing more useful in there.
I also attached a debugger to the remote process. I see my dialog method being called and finished without any problem. So the issue doesn't appear to be in my code, but in the framework somewhere? But I have no idea on where to go next.
BTW I also tried updating to the latest version of the SDK (3.8.5) but it appears that Microsoft.Bot.Builder.Azure has a dependency on version 3.8.0 cause it won't run after upgrading due to a assembly load error (it's trying to load 3.8.0).
You can debug your Azure published BOT locally. This will help you to find the real issue.
I am adding the steps how to debug Azure published BOT in locally.
Enable Debug in Azure Application setting:
Open Azure Portal.
Click on Azure Web Bot.
Click on Application Settings, In the Debugging section On Remote Debugging and select your Visual Studio Version.
enter image description here
Get Publish Settings:
Click on All App service Settings
Click on Get publish profile to get the publish setting with all user name and paths. It will download the settings.
enter image description here
Click on the Attach to process ..
enter image description here
In the Connection target: type your bot url without http://.
Example: yourbotname.azurewebsites.net:4022
--Click on Find Button.
--This is asking you to give username and password. You need to get your azure username and password from publish file.
enter image description here
Now run your Web App or Cortana to debug your BOT and the get real Error.

See "Unfortunately, Google play service has stopped" when starting app from ARC Welder

My app have some google play services integrated. The metadata is
{"usePlayServices":["gcm","maps"]}
When I start the app inside ARC Welder (on Chrome OS 46.0.2490.71). Sometimes I see the error
"Unfortunately, Google play service has stopped"
And the app crashes.
In the log console, I see the error message
"Authentication error Error: The user is not signed in."
The crash usually happens the 1st time when I load the apk in ARC Welder and test it. In the subsequent launches (w/o config changes in Welder), the app starts without crash. Although I still see the same auth error in the log. So I am not sure if the auth error is related to the crash.
Any idea?

No Suitable application record were found. When Validating Application

Okay I register my application to Itunes connect. I make sure that the correct application name and bundle is available.
Then I archieve my project and then I want to validate.
Then I got this message.
What is exactly wrong?
Is apple cannot figure out any application with the same bundle id and the same application name? Which one mismatch?
This is a common error. Just make sure that you set your app's state to waiting for upload
From Apple's documentation:
Troubleshooting: If Xcode doesn’t find an iTunes Connect application
record for your application, the “No suitable application records were
found” dialog appears. This dialog also appears when the application
record state is not at least Waiting for Upload.
When you register your app, it becomes 'Ready For Upload' first. You have to put it to 'Waiting For Upload' manually, by clicking the bottom-right button in iTunes Connect.
I'll add another answer because I just spent the last 30 minutes trying to figure out why I could not get validation to work...
If you have multiple iTunes Connect accounts, make sure you are logging in with the correct account that you created the app in iTunesConnect with.
It sounds like a no-brainer but the Organizer remembers the credentials that you last validated with for deployment. The last app I shipped was several months ago under my contractor credentials. My new app is under my own credentials but I was trying to authenticate with the saved contractor credentials. ugh.

Resources