I am facing an issue where iOS is terminating all the apps which are in background after the phone is connected for charging (this is only happening on iOS 12+). This does not happen always but happens once in a while. I have also verified that it's not just my app but all apps are killed. If anyone has faced similar issue or knows how to fix this then it would be a great help.
Also this has been reported my by group of testers so its not a device specific issue.
Note : My application is a background location application which is running always.
Related
The react-native app I'm working on has been having this issue for quite a while, background notifications are not working in the production app. This only happens for the iPhone 11 as we've tested with the iPhone 8 (both devices were running iOS 13.3) in production and it received them, so I don't think it would have to do with production's APNs certs. We've upgraded to .61 as well as react-native-firebase 6 hoping that that might solve the issue but to no avail, tried adding APNs headers to the message as well as some other things but nothing seems to be working. Like I said this is only happening in production, we've tried with the 11 in dev and QA and both times we were able to receive notifications.
Is there something specific that is required for iPhone 11s when using Firebase Messaging? Is there any way to view real time logs in Firebase (ie the images of logs in this post), all I've been able to find in the Firebase console is aggregated data for the app. I would like to be able to send a test notification to a specific user on prod from Insomnia and see if it is failing, why it's failing etc.
Any help would be appreciated if any other info is needed please let me know. Thanks.
Using Visual Studio Community 2017 and Xamarin Forms.
May be this a possible duplicate question. But Believe me I have tried almost all options as much as possible.
I tried following best even with solutions provided:-
1. armeabi-v7a processor. But still it gets about 30+ minutes to reach delpoy and no resolution even after that.
2. Installing HAXM gives error as Virtualization Enabled In Firmware: is No
3. I tried running many times without Hardware Acceleration but then it is as if a endless going on process, for half an hour to hour and still not reaching actual delpoy.
4. Windows Live Player is not working. With lot of search on google found it has in-built-bugs still.
All the searched posts are major around 1-2 years back which I saw. So my question is that is there any resolution for this issue is found. Which even takes 15 minutes to deploy but gives me running my app on android emulator?
Thank you very much in advance.
Please note:- I have attached images for more clarification.
1. systeminfo
2. My Laptop Properties
3. Android Device Added
Did you enable Vt-x in your system BIOS?
I am working on an iOS app which need to get push notifications(using GCM) from web service(Made of Python).
Currently the web service works fine with Android devices, but it reports Error=MismatchSenderId, when I check this error in the online doc, it suggests the sender_id and API_key are not matched. The thing is, as I understand it(could be wrong), for iOS SDK, unlike the Android's, it doesn't need sender_id.
The tricky part is I have no access to the web service yet(which the collaboration party claim the Android app works fine with it). Could anyone shred a light on what steps should I take to fix this issue?
THanks in advance.
Anyone knows knows why an alert with an ip address is generated in my mobile app when I build to Android. I'm calling web services and thought that could be the issue. I don't have the alert in my code anywhere. Also, I played around with the permissions for Android to see if that was the issue. The alerts just popup randomly.
I figured it out. Your handset has to be on the same network as your development computer when running in debug mode.
Disable network monitor of flash builder and build the application again.
I'm developing an asp.net web site to work on mobile devices. Is going ok and works fine with android and iphone. I've no got around to testing it with blackberry in my balcberry curve. When i first tried everything looked good b ut then i noticed that some od the autopost back on dropdowns etc did not work. Some research time later i turn out out that by default that blackberries do not support this and that I need a Blackberr.browser file to allow that type of functionality to work. I following this link...
http://www.codeproject.com/KB/aspnet/BlackberryASPNET.aspx
After doing this my blakberry will not load the site at all, i just get connection timeouts. So i tried removing the blackberry.browser file, read loading the assembley in an attempt to get back to where is was, but still the site will not connect. I've refreshed iis, recycled app pools and even rebooted. I have a QA site on another box that the blackberry will connect to, but my development machine it does not like anymore:-(.
Any one got any ideas in what is going on?
Thanks for any help.
Richard
I have also suffered with the pain of developing (actually optimizing) websites for BlackBerry and Symbian, and I understand your suffering.
As you're using BlackBerry Curve, I suppose you're using a MDS server simulator on your development machine to let the BlackBerry Emulator connect to Internet.
Although I am not sure if you're even using a simulator.
I also have come across some simulators which just won't connect to the Internet no matter how hard you try with MDS server and all.
I hope you're not stuck with any issue related to the above said things mate.
Are you trying to connect your localhost with your BB?