How do I tell how many VPP downloads my app has had? - itunes

I'm not seeing anything about VPP in my App Analytics or Sales and Trends. Is there a way to see how many VPP installs there have been? I can kind of guess based on spikes in activity, but if there were a way to know for sure, that would be excellent. Please advise.

Related

Retrieve lost data from my jawbone up3

I accidentally deleted my Jawbone UP app, I had 2, one being old from my Up24 and I recently realized it was only taking up space as an unused app but I accidentally deleted the new app I currently use for my up3.
Only different when it shows app icons for deleting is color.
I obviously now regret not making sure of the color to my new UP app. But too late for hindsight to help.
When I re-downloaded it, all my data from the past year is gone. It oddly kept the past 8 days which maybe is a default for all I know to only save the current week? Otherwise this makes no sense.I have tried everything in my phone and SD card. Nothing has an available cache from why I can see.
Then I went on jawbone.com to look up my data as I was told they backed it up there...
I did not know this before. But I went on and shows me the list, I forget what it's called but it has all year blank but has the last 8 days filled like it's all the data ever saved. I didn't delete anything from actual jawbone, only the stupid app and quickly reinstalled it. Only to find out all my 11 months of data, experience, goals, progress etc all gone. And now the UP app is treating me like a new "UPster" and I'm not. It doesn't seem to even know anything from smart coaches previous tasks and helpful suggestions based on me. Now it's all gone. I didn't write this down because I thought that's why may this app was for.
In the age of everything cloud storage it's appalling to see this has no such thing or backup that I see at all. Likely I lost all but hoping theirs a trick or a website or something I'm not aware of and could help. I also know some information in a phone even if deleted isn't actually deleted and I have been able to retrieve others deleted like they had a background copy of the data. This however does not seem to be the same. No matter what I do or where I go it seems that I have lost all data history.
I now have no desire or need for this useless bracelet if it won't even do the one thing I need it to, collect data and build progress with smart coach getting to know me. If the data is gone the point to all I was using the tracker for is now also gone. How is it not online where it says it should be? I'm assuming my app deletion also deleted any backups I may have had. And that's where I'm lost isn't that what backups like that are for? It now only shows me a week behind. The rest is gone. I don't know but I would imagine I could retrieve data lost. Otherwise why collect data. I was looking in my cloud drives but nothing is there. I just want what I lost, back.
Does it delete all cached items?
And why?
I should have my own account and I should be able to access it and look at and or retrieve my past information. Anyway I can I just need to know if possible and if so how do I get the data back? Or even manually input it because I have all my old weekly reviews on my Google account but they don't seem to be anything other than an email I can only look at. It won't sync or share info and without it being on the up app it does no good because I have no smart coach, nothing to relate new days to old ones with. Nothing. It doesn't even work with smart coach and that seems quite odd.
I had an account since day 1 and it is the same account I tried taking data files out of. I messaged Jawbone but it says 3 days before I get a reply. I'm feeling like Ill just need to give up but I've been sick for several years and this had literally been a lifeline to better health, motivation I've lost and need, support since I have no trainer to keep me focused or mindset...I got this to help while I have been Ill. This just posses me off real bad. not having all my old data. This seems ridiculous.
I'm sorry you're having these issues. In general, Jawbone does not delete any historical data unless you specifically request data/account deletion. Deleting the app from your phone should not remove data from the Jawbone servers unless that data had never been synced, which seems unlikely since you have the 8 most recent days.
One thing you should double-check is to make sure you're logging in with exactly the same email address that you had been using.
All this being said, contacting Jawbone customer support is the best way to solve your problem. If you haven't already, please reach out via the contact form:
https://help.jawbone.com/contact
The Jawbone tag on Stack Overflow is for programming questions related to the Jawbone UP API.

How to do load testing in xpages

I am facing issue with my xpage application. It works perfectly fine with less number of concurrent users. But When more concurrent users say more then 1000 , try to access xpage application, It becomes very slow. I have looked the code and corrected some redundant code .
But I am not sure this is the issue. For that is there any way in lotus notes to simulate the load testing with 1000 users?
Please help me if any workaround there.
Agree with Oliver about using JMeter.
But then what you really want is to find out where you have "expensive" code. For an agent you can just "profile" it. However, that is a little less straight-forward for an XPage. You can try the XPages Toolbox from OpenNTF.org. I have not tried it on Domino 9.0.x but I would think you could use it.
Another simple (and quick) way to get an idea is to print some time info on the console of the server when you load the pages in your application. You can use a phase listener to add this information - or put it in another more specific location - it really depends on the way that your application is structured. But this way you can get a very quick idea of where the bottlenecks are before you dive into something like the toolbox :-)
/John
We used JMeter to get an idea what will happen if X users will access our app in Y threads etc. http://jmeter.apache.org/

Check if Dropbox has synced

Before I look into this any further I just wondered if it's possible within VB.net to check if DropBox has synced?
Basically the program I have written uses DropBox to synchronize jobs to a Main computer which then ultimately process the zip file and deletes it. Once the job is processed a text file is re synced and the person who originally sent the job gets feedback as to its progress. All this works great. However, I would like to give an indication within the program itself so some of the less computer literate can see that DropBox has synced and they can safely turn off there laptops and head off home.
Has anybody any experience of this?
You could use the Dropbox API to do the upload/download instead, at which point you'd know exactly when things had happened.
See https://www.dropbox.com/developers for information about the API.

How to tell what version testers are using in testflight

I have a tester reporting a problem but he didn't specify what version of our iOS app he was using. We are using TestFlight and I was wondering if there is a way of finding this out? I can see what hardware he is using but it doesn't go into specifics regarding the app itself.
I normally just email for this but it would be quicker to know this information right away.
If pick a particular build and go through to 'Activity' under 'Reports' then you should see a column titled 'Status'. That'll tell you which users have installed that build on which of their devices.

Adobe AIR for an offline application: is this the best option?

I'm looking to develop an offline version of an application that still needs to connect to the live site to retrieve the information and store results.
The application is for an online course system, that now needs to work when an internet connection is either unavailable or flaky. The system currently tracks each page viewed of the course (with flash and video content) and then also displays and tracks the taking of multiple choice exams. This all needs to be provided offline. I'm thinking that the program will connect through the users account at the start to download either a portion or all of the course, including exams and then at the end connect again to upload the results. (It'd be cool if it could do the process automatically when a connection is available.) The application needs to look similar to the online version and needs to be easy to use (easy install, little user input required for upload/download of results).
I have done a bit of research and it looks like Adobe AIR might be a good middle ground between the online version and an offline version.
My biggest issue is that I don't have experience developing desktop applications as I am a PHP developer, so I'm looking for something like AIR that bridges the gap. (The online version is a LAMP application.)
Has anyone used Adobe AIR for this type of offline application? How easy and secure was it?
Are there other solutions out there?
I think AIR is a great choice for this. I use AIR all the time now for in house utilities I write.
The built-in database and persistent store are great.
From your description, it sounds like Google Gears is a little closer to what you're looking for.
Adobe AIR is a great solution for this. We are building something similar. But we are facing problems in resuming downloads if the download process gets broken.