geolocation change of current location monaca

Asked 2 years ago, Updated 2 years ago, 74 views

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

2022-09-30 21:12

1 Answers

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…)


2022-09-30 21:12

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.