I made a PHP script last month to retrieve my application's statistiques. Everything works well but since the 1st December, the CSV output downloaded has changed. Indeed, before the 1st Dec I had the followings columns :
Date,Package Name,Current Device Installs,Daily Device Installs,Daily Device Uninstalls,Daily Device Upgrades,Current User Installs,Total User Installs,Daily User Installs,Daily User Uninstalls,Active Device Installs
Now I have :
Date,Package Name,Daily Device Installs,Daily Device Uninstalls,Daily Device Upgrades,Total User Installs,Daily User Installs,Daily User Uninstalls,Active Device Installs
I thinks Google changed theirs output datas, but if they change that every month, that will not good for my automatic script.
If someone has informations about this changes, that can help me.
Have a good day,
Ben.
You can read in this documentation that Google periodically update the Google Analytics in order to deliver new features and to repair defects discovered in previous versions. In most cases, these changes will be transparent to API developers. Take note that, "However, occasionally we need to make changes that require developers to modify their existing applications."
If you think it is a bug, you create an issue in the issues tracker. The proper person from Google team will look into your issue there, and will check if it really is a bug or not.
Official response of Google -> https://support.google.com/googleplay/android-developer/answer/7003402#active_devices
Related
I have a unique requirement, I have setup a PC which would auto login to a particular user id say 'autologinuser', when ever we switch on the PC it would automatically logs into 'autologinuser' as configured.
During the login, it would show which using is getting logged in with welcome text under it.
I would like to hide the user name and don't want to visible during auto login process, only windows text should be visible.
Can this be possible?
Thanks & Regards,
-Anil Katta
Looks like windows operating system don't provide this feature at this point of time, and there is no specific registry to do so.
May be this feature good to expect in future releases.
How long does it take for my app to be publicly unpublished - unavaiable ?
It is going to be immediately unavailable after I confirm unpublish inside google play console ? or It will take some time just like other updates to be reflected worldwide - and how long would that time be ?
I couldn't find documentation about this in google help.
Thank You.
It will be always available to users who already downloaded your app, so they can get updates for it, but it will be permanently invisible to any new users. All the answers you need are here:
https://support.google.com/googleplay/android-developer/answer/113476?hl=en
Trying to detect the first install event from branch.io link (succesfully implement link creating and sharing). I am using Unity branch sdk. The feature i try to create:
user_1 creates and share link to user_2.
When user_2 opens the link and install app i need to reward both of them (with inner in-game coins)
So i succesfully implement the 1. but I cant understand how to detect is user_2 installs the app or simply open it. All data that comes from branch.io UniversalObject callback doesn't contain information that i need.
Which the correct way to detect the install from code?
Alex from Branch here.
The callback parameter you need is +is_first_session. This is one of the parameters returned when the Branch session is initiated each time your app opens (you can find all all these parameters here). If this returns true, then that device has just installed the app (instead of opening it).
However, note that when these parameters are returned, it's impossible to immediately determine if the user is new (what you want), the device is new (not what you want, since the reward could be given twice if the user has installed on multiple devices), or neither (the user deleted the app and reinstalled on the same device). You would probably want to hold off on actually awarding the referral points until after the user has logged in with some sort of unique ID.
Branch also has a built-in feature for tracking referral points that might be useful. That lets you configure all the rules using the dashboard UI instead of needing to do it programmatically inside your app.
I am making an application for the Apple Watch.
I successfully linked my watch extension to parse. However, I can't access parse data stored on the phone.(In my case PFUser.currentuser() )
What would be the best way to get my current user?
Parse SDK 1.7.2 is out right now and I feel this is exactly what you are looking for.
It brings full support for sharing data with App Extensions and Apple Watch Apps.
Read more in this blog post http://blog.parse.com/announcements/introducing-local-data-sharing-for-apple-watch-and-app-extensions/
Or in the docs on how to set it up: https://parse.com/docs/ios_guide#extensions/iOS
I don't see any updates to the github for 8 months: https://android.googlesource.com/platform/frameworks/uiautomator/
There are uiautomator defects filed in https://code.google.com/p/android/issues/list?can=2&q=uiautomator
Is it safe to say that Google has dropped support for this tool?
PS: Is there an email address or contact # that I could get this information from a Google representative?
A quick check shows that the members are still assigning the bugs and enhancements. Check this one for example:
https://code.google.com/p/android/issues/detail?id=82292&q=uiautomator&colspec=ID%20Type%20Status%20Owner%20Summary%20Stars
I don't think it is being dropped.