iTunes Connect, Invalid Binary, does Apple changed something? - actionscript-3

I am developed app with Adobe AIR and trying to update application on App Store, successfully uploaded with Application Loader and after submit for review, refreshed page, it says Invalid Binary.
does Apple changed something?
no mail from apple regarding this error

In my case, issue was related to distriq Application and Core ANE updated them and application submitted for review successfully.
problem was:
Unsupported operation - Apps are not allowed to listen to device lock
notifications.

Related

Track sent but not received in application Application Insights

I installed version in 6.0.1 of MarkPieszak/angular-application-insights, imported the module and specified the right instrumentation key from my Application Insights App (type: node.js). A track is sent with status code 200 but I don't see any data shown in Azure.
https://github.com/MarkPieszak/angular-application-insights
Is there something I overlook here?
I was expecting exceptions to show up in the Failure Panel in Azure. Now I found out that in there only server side failures are shown. After looking under Browser in Azure I found the received exceptions I was looking for. My bad.

"Attention needed" error uploading app to Windows Store, but no error description displayed

I am trying to upload an update of my app to Windows Store. It never passes the "Certification" stage. After a while it shows error: "Attention needed", but when I click on it there are no errors displayed. How can I access a report of the errors?
I tried Windows App Cert Kit, but it doesn't run on my Windows 10 desktop. And the Windows 10 version doesn't work with 8.0 XAP files.
I have experienced the similar case recently. In my cases, 'Attention needed' was shown at certification phase. But no error reports were shown. Then, I noticed that my 'Submission N' page (see the screen capture below) have 'submit' button. I just clicked it to resubmit... the process was resumed, then, my app was published to the store successfully.

IBM MobileFirst 7.0 with Sencha Touch in Windows Phone 8.1 showing errors

I am using weinre is WEb INspector REmote for debugging IBM Worklight 7.0-sencha touch 2.4 App.
Tested in Windows Phone Emulator 8.1 WVGA 4 inch 512MB.
When Application Starts it Shows :
Local storage capacity reached. Client logs will not be persisted
LocalStorage Quota exceeded, cannot store -x- wmapp0: /www/default/css/app.css locally
LocalStorage Quota exceeded, cannot store -x-wmapp0:/www/default/app.js locally
ondeviceready event dispatched
wlclient init started
CookieMgr read cookies: {}
When We Call Worklight Adapter WL.Client.invokeProcedure Calls it Shows Errors Like:
WL.Utils.getSkinLoaderChecksum(..) should be supported only on environments that support direct update Error: WL.Utils.getSkinLoaderChecksum(..) should be supported only on environments that support direct update.
[/apps/services/api/myApplication/windowsphone8/query] exception. TypeError: Unable to get property 'notificationTitle' of undefined or null reference
Uncaught Exception: Unable to get property 'notificationTitle' of undefined or null reference at (compiled_code):3667
The first error has nothing to do with MobileFirst; if you're using localstorage in your app it seems you have over-used it.
The second error should not happen and sounds like a product defect. You need to open an IBM support ticket (PMR) and provide the following details: full version number (with build number), a test case app that reproduces the error.

How to get crashdumps of Store Apps when Hang

we have a windows 8.1 app in the windows store that sometimes crashes or hangs and we are unable to receive reports about hangs and crashs reported by the user via the store.
Collecting of telemetriy data is enabled in the store like mentioned in this MSDN-Article(http://msdn.microsoft.com/en-us/library/windows/apps/hh967787.aspx).
So I did a crash of the app by myself, took a look in the WER-ReportArchive(%localappdata%\Microsoft\Windows\Windows Error Reporting) and found a .cab & .wer-file. So I think the report was sended to microsoft, but theres still no crash or hang documented in the Dashboard of the App Store.
I tried to get a crashdump via Windows Error Reporting - LocalDumps (msdn.microsoft.com/en-us/library/ bb787181%28VS.85%29.aspx), but this dump is only generated when an error occurs.
In my case mostly the app just hangs!
I also tried to configure Windows Error Report - Registry Entries (http://msdn.microsoft.com/en-us/library/bb513638%28VS.85%29.aspx), but it seems most of the entries are just ignored.
I noticed WER is creating a dump-file of AppHangs as well, before sending the data to Microsoft (memory.hdmp in ReportQueue). But this files are deleted immediately after sending.
Does somebody know a way to get memory dumps and further information for AppHangs as well?
Thanks in Advance.
I think you could use the posibility of Just-In-Time or postmortem debugging via setting registry key for AeDebug, if you can create the crash.
Have a look at:
Improving apps with Quality reports
https://blogs.msdn.microsoft.com/windowsstore/2012/06/27/improving-apps-with-quality-reports/
Debugging a Windows 8.1 Store App Crash Dump
https://blogs.msdn.microsoft.com/ntdebugging/2014/01/13/debugging-a-windows-8-1-store-app-crash-dump/
Configuring Automatic Debugging https://msdn.microsoft.com/en-us/library/bb204634(vs.85).aspx
Using WER: Collecting User-Mode Dumps https://msdn.microsoft.com/en-us/library/bb787181(v=vs.85).aspx
Enabling JIT-Attach Debugging https://msdn.microsoft.com/en-us/library/2ac5yxx6.aspx

Getting a Windows Store App validated for submission, if it starts out by asking the user to login to facebook?

I have made an app for Windows Store Apps that needs the user to log in to facebook for it to make sense. I use the Authenticaiton Broker and it pops up as the first ting when the app launches.
When i run the developer tools WACK tool , it fails :
Error Found: The crashes and hangs test detected the following errors:
Application 20055S-Innovations.FacebookFanApp_1.0.0.6_neutral__z1vybpgpdtf9j was detected by Windows Error Reporting and experienced a crash or hang.
I dont know if thats related to it using the authentication broker ? Because if I run it myself it works fine and I just login and the app works.