View in your space option missing in Realme X2 for google scene viewer - arcore

I recently got the Realme X2 by Oppo and tried out using the AR funtionalities with google scene viewer .
I do get the view in 3d option by searching animals like dog , cat , shark etc. , however I am not getting "view in your space" option. I read somewhere that we need play services for ar to be installed for this option to be available and in my case i do have it installed yet I am not getting this option.
Also just to clarify, google has listed realme x2 as supported device for ar services.
Any insight on this issue is highly appreciated.

The problem is with an outdated version of Google Play Services for AR. You can manually update it from play store. Also, if it does not solve the issue, try updating the Google app as well from play store.
Google Play Services for AR: https://play.google.com/store/apps/details?id=com.google.ar.core
Google App: https://play.google.com/store/apps/details?id=com.google.android.googlequicksearchbox

Related

Google Map don't load in iOS

I’m using GoogleMaps pod in my iOS application and it was working fine, but in my last build, apple reject my application. And the reason behind that is, the map was unable to load at the time of review on iPad running iOS 12.2 on Wi-Fi.
I did try to reproduce that bug on my device but I couldn’t.
Application do ask for location permission
Google Place API key also seems ok.
Is there any way to identify what the actual issue is and how I am supposed to solve this one?
Finally, I've solved that issue and for that, I've done some of the changes in my project.
1 - I've patched the latest Google Plist file in the project (I wasn't sure whether the old one was latest or not)
2 - I was using multi language in my project so before setting the delegate of google map, I've set the language for my project.
3 - instead of set the google map from Storyboard, I've set the google map programmatically in my view controller after setting language.
After surfing for so long to solve this issue, I came to know that this issue occurs when your App supports multi language. These some steps did work for me.

Google play game service Saved Games API data cannot be sync to other devices

I want add Google play Saved Games API to my game, to sync game data to different devices, but when I run sdk sample(“SavedGames” and "CollectAllTheStars2",I found the data just can be sync at local device,when uninstall the app or install app to another device and use same account to login,the game data can not be sync, the sample's data select page just show message:
"there are no saved games at this time"
I don't know what's going on.
ps: I'm using eclipse,so the sdk library what I using is get from the path:
android-sdk-windows\extras\google\m2repository\com\google\android\gms"
I Extract the jar files manually from .aar file(eg. play-services-base-9.4.0.aar)
so finally I use these jar files:
play-services-base9.4.0.jar
play-services-basement-9.4.0.jar
play-services-drive9.4.0.jar
play-services-games9.4.0.jar
play-services-plus-9.4.0.jar
I don't know where is the problem,why the data cannot be sync when I use the same google account to login at different device
someone please help me?
Be aware that Eclipse is no longer officially supported for Android Development. Using Eclipse may be preventing you to quickly creating apps and finding the necessary resources to build a project. So I recommend you to not use Eclipse in doing Android project. So maybe it is one of the reason that you encountered this problem.
Also, make sure you read this documentation about Adding Saved Games to Your Android Game, it explains here all the things you need to do in order to work your Saved Games in your project. It includes sample code that you can copy or follow.
NOTE: Make sure you enable the Saved Games service in the Google Play
Developer
Console.

POIs retrieving from JSON doesn't appear (Wikitude + Phonegap)

I have been working on a WIKITUDE-Phonegap app. The application is a location based AR app that shows the markers on the camera view when tilting the phone arounnd (Displaying POI label) The license I have is Educational license so that the app I am developing doesn't have unlicensed watermark on it.
The problem I am having now is that I want to use my own latitudes & longitudes and description of places instead of the random ones that app generates. I did everything following the Documentation about retrieving the data from JSON file (also commented out the code). However, when I built it to the device, the markers won't appear.
I am developing it on iOS 8.3 - Object-C based and test on iPhone 5.
Anyone has the same problem? How to solve this?
Any answers will be appreciated.
PS. excuse my English if you don't quite get what I tried to explain.
Thank you,
Scott
I have found the solution.
It appears that the locations I had added were too far from where my phone was located when I tested it. Now I am at the location, they all show up.
Thank you :)

an overlay for describing application features on first time install

I'm building an app, i just thinking like adding a feature so, that the user can be given guideline about how to use the app and various control in it.
The feature that came to my mind is , when unboxing android mobile you will see an overlay describing the menu, app .
so, is there any similar feature that iOS or any third party library provides. if so, will app store testing team will approve it.
see this image "http://developer.android.com/design/media/help_cling.png", for further reference.
I've been using these:
myblurintroductionview
wscoachmarksview
rchgestureguide

How to determine the exact iOS version using Google Analytics

While reading a tutorial on Google Analytics for iOS I wanted to know which version of iOS I was running.
I've googled for phrases like "ios version google analytics" but couldn't find anything useful.
Basically I want to know the number of users running my app on any iOS version, e.g. iOS 6, iOS 7 etc.
I've also checked the Google Analytics documentation, but couldn't find a proper method. The device info on Google Analytics dashboard just shows "iPhone" but does not mention the iOS version.
Is there a way to get the exact iOS version via Google Analytics?
I created you a custom report so you can see how the information is saved. Os Custom Report
I think what you are after is Operating system and Operating system version.
There is a method, go to
Audience > Technology > Browser & OS > The browser version matches the firmware*.
Might not match exactly, but in my experience its more than accurate enough and I am 95% it does match always.
Hope that helps Tushar
So I was looking for a solution here as well. I came across this article by Phillip Studiniski that shows you how to measure the iPhone screens by screen resolution.
https://analytical42.com/2017/detect-and-track-iphone-models-in-google-analytics/
I attempted to go this route. The problem I ran into was that I was just getting a raw output of the screen resolution in GTM, it would look something like this.
{"width":375,"height":667,"ratio":2.0000000454608653}
No problem I thought. I moved this into a RegEx table. Click here to see a sample RegEx for this Once I did this, I was able to properly identify the iPhone version with a variable and then send it to Google Analytics through Google Tag Manager variable.
I then had to update the iPhone models a bit since it has been a while since the article was written. (https://iosref.com/res) This includes the models from 11 to 13.
BOOM! iPhone version now being sent to GA. Hope this helps everyone.

Resources