How can this be possible? An app is already installed but not open showing in the notification bar - android-activity

Is there a possibility that the notification bar can be called, after the app is installed, but before the app is opened for the first time..
you guys can watch the video. https://photos.app.goo.gl/MDg6DqQPv3fEFovH6
or you can just download the app " Deep Cleaner" from google play.
how can it be possible???

Related

No progress indicator on Bluemix MQA "Install" of updated iPad app

We're using Bluemix to distribute our app over-the-air (OTA). The first time we used the "Install" button in the email, there was no progress indicator, but we could live with it because we knew that installation was complete when the icon appeared on the iPad.
However, when we did a later update of the app and "Install"ed, there is no indication of when the app has completed downloading, and, since there is already an icon on the desktop, we can't figure out if the new app has downloaded.
Our workarounds are
just wait a long time and hope that the app has downloaded
uninstall the app before we "Install" the new version
I hope I'm missing some other obvious indicator that the app is being downloaded/install. Am I? Or is there install-in-progress indicator when using Bluemix MQA?
We have released the fix for this and you should see the progress indicator on the app now when you do over the air distribution.
iOS 8 changed something that was working in previous iOS's when you install OTA builds you no longer see the icon installing on the device. I am opening a request to have this corrected for MQA.

App not active running a job, how to do that?

Hello guys i saw google plus iphone app uploading my images without the app being active or in background it is closed completely! how i can run a process like this in my app
You are mistaken. This doesn't happen. The app uploads your photos when you tap it and continues in the background for 10 minutes once the app has been exited using the home button using
- (UIBackgroundTaskIdentifier)beginBackgroundTaskWithExpirationHandler:(void (^)(void))handler
Google even say this is what happens in their instant upload FAQ:
Note: Photos and videos will upload while the Google+ application is
open and for a brief period of time afterwards.
What you want, the ability to run code
"without the app being active or in background it is closed
completely!"
is not possible on iOS

iOS Hiding Elements on Screenshot

I've extensively searched the web, and everything I've found suggests that I can use 'applicationDidEnterBackground' to detect that a screenshot is about to be taken, hide the relevant controls, and then show them again in 'applicationWillEnterForeground'.
Circumvent screenshot for iOS 4
Unfortunately, I can't seem to get this message to be sent to my app when I take a screenshot on the device. I've even created a brand new template app, and tried that, and they are still not sent.
The only thing I can think of is that I'm running iOS 5.0.1 on my device, and all of the web pages I've found have referred to iOS 4.
Can anyone verify they have it working on iOS 5, and if so, what do I need to do to get it working in my app?
Please help.
The srceenshot talked about in the thread you mentioned is the one used when app is send to the background when the user presses the home button.
It is the screen that the user will see when you start the app when it is already running.
You arre talking about the screenshot when the user is pressing the home and power button are pressed at the same time.
The screenshot with this methods (home + power button) can't be detected by my knowledge.

iPhone application reset

I have a strange problem with my iPhone app.
I use geolocation and push notification. Everything is ok, but I want to test from scratch on the iPhone (connected to xcode debugger)... and I can't re initialized the iPhone.
I explain: I remove the app from the iPhone, and after re-installing the app (with xcode or with iTunes), I launch the app, but iOS doesn't ask me to approve geolocation and push notification as it does the first time. In fact, it seems to 'remember' my choices.
As I need to debug this (Some users have problem on running app the first time), I'm blocked.
Thanks by advance for yours answers
There's a place in the Settings app to reset Location permissions.

How do I upload the app updates in the new iTunes Connect UI

I was just going to update my iPhone app. I've added the "What's New in this version" info and update everything but I can't figure out where to upload the app itself. Can anyone help me with this?
You need to click the button on the top right of the page that says "Ready to Upload" (or something really similar). You should then be able to compile the app and upload it using the Application Loader.