I am currently developing an application using MONACA. I can get my current location in geolocation and specify my destination, but is it possible to rewrite the current location information of my device?In other words, it is a replacement of the current location.I would like to change my current location and check the location information from a different app.If you know how to do it, I would appreciate it if you could let me know.
monaca
You want to disguise GPS information, right?
The first answer is, "You can't fake GPS using only Monaca."
Below are many questions about creating...
When implementing with Monaca
, you must use the Cordova plug-in
.
Are you subscribed to a plan that the Cordova plug-in
can use?
Also, I looked into plug-ins that disguise GPS.
The appropriate Cordova plug-in
does not appear to exist.
Therefore, you may have to create it yourself, but you will develop it with JAVA
and Swift
.
JAVA
and Swift
are not included in the related tags, but do you have any plans to create them?
In addition, what OS and OS versions do you want to create?
Depending on the operating system and version, it may not even be developed.
If you only want to disguise yourself during development,
If it's Android, there is an app that disguises location information with existing apps.
In the case of iOS, I think the location information could not be camouflaged without escaping from prison.
(I've heard that some OS could be simulated by editing com.apple.Maps.plist…)
572 rails db:create error: Could not find mysql2-0.5.4 in any of the sources
581 PHP ssh2_scp_send fails to send files as intended
617 Uncaught (inpromise) Error on Electron: An object could not be cloned
912 When building Fast API+Uvicorn environment with PyInstaller, console=False results in an error
© 2024 OneMinuteCode. All rights reserved.