Parse Livequeries don't handle events suddenly since yersterday - parse-platform

I'm using Parse platform with livequeries.
It's deployed since 2 years and everything works fine until yesterday.
Everything is ok on server side but on client side (IOS app with ParseLiveQuery-iOS-OSX) I can see the events in Xcode console but it's not handled by the function.
Is anyone else facing issues suddenly since yesterday ?
Thanks

Related

Stopped breaking at Breakpoints in Blazor WebAssembly Client App (VS2022)

I've lost a lot of days on this and am hoping for some direction even if it is a different site to post on.
I am working on a Blazor Web Assembly application using VS 2022. About a week ago my debugger began no longer stopping on breakpoints in the client application. It does stop on the server app.
At the same time this problem started, I noticed that when I started a debug session it started opening a new tab rather than a new window in Edge; not sure if this is related.
A few points:
The behavior is consistent between MS Edge and Chrome.
If I create a new app, the new app stops on breakpoints.
I am on VS 2022. Tried it on VS2019 on the same laptop with the same results.
Been searching and finding little things to try here and there, but nothing has made a difference.
I can't think of any changes I have made to the environment, etc.
Hoping for some kind of guidance.
Thank you BP and MM for your help.
The problem ended up being in the LaunchSettings.json file on the server app. It was missing the line:
"inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}",
I have never updated this file and can only assume that it was there before because I have been debugging successfully for quite awhile. I have not upgraded from 5 => 6.
While I don't know the root cause, it is now working. Thanks again.

Cordova Windows app stops working

I have a Apache Cordova Windows Universal application 64bit and it was working fine perfectly till the latest Windows 10 update 1607. It keeps crashing on plugin "diagnostic" initialization.
Getting error "diagnostic" is undefined from my javascript.
How can I figure out the exact problem.
Please help.
Thanks,
MG
I am able to fix the issue. Actually the plugin was not initialized properly before using it. After the windows update it might be little slow to initialize. Anyway I added all other code just inside the "deviceready" event. Now its working fine. Thanks

No version found for adamId - platform

I am trying to submit my tvOS application but keep receiving this message:
No version found for 'adamId - platform' (XXXXXXXX-Apple TV OS). If
this problem persists for more than 24 hours, please contact your
Apple representative.
I've tried submitting the application using the application loader but the same message appears.
We run to the same issue.
The version was not created in the itunesconnect.
After we created the new version, we were able to upload the application
So i figured out a solution... or well it actually ended up just working... This is what I did:
Stepped away for about 24 hours and came back archived & submitted successfully.
I don't know why, but sometimes the best thing to do is just walk away and come back to it. (:
If you are trying to submit to application Loader, YOU MUST USE the one in Xcode because 3.0 is not valid for tvOS since it was created BEFORE tvOS.
Happy developing (:

XCode 5 hangs loading a project

I'm working on an iPad app and I need to try a few things, for which I usually have a small sample app that I use. While my primary app project opens just fine, the sample app doesn't. Xcode (Version 5.0) just sits there, the wait cursor spinning. The other odd thing is that when trying to make a new project, I get the same behavior.
What's going on here? Various other threads on Stack and other forums suggest removing various files, in ~/Local/... and in the .xcodeproject directory. However this doesn't seem to help. Any ideas as to what's going on?
I restarted my macbook and XCode behaves now. There goes my 200 day uptime...

mac osx Database access/crash

i have an app that when i run on xcode connects with the database and retrieves the required values PERFECTLY.
But when i run the actual application in the Debug folder, it not only does not access the database , it also does not go into any of the functions in my code.
Why can an application show this type of behaviour? It never happened before to me. I have an old copy of the code which works fine. I have clear the targets and built it like 10 times but still runs perfectly on xcode but the app individually isnt quite working..
Thanks in advance for any help .
I am out of ideas and i have no direction to go to as from a programming perspective the code does its work.
memory management issues... be sure to remember [database release] instead of autorelease which works fine on the xcode but crashes the app in mac os

Resources