EdgeApp / edge-react-gui

Edge React Native GUI for iOS and Android
https://edge.app
BSD 3-Clause "New" or "Revised" License
458 stars 255 forks source link

Consider removing dependencies on Google Play Services #1259

Closed jcalfee closed 5 months ago

jcalfee commented 5 years ago

Could you please consider removing the dependencies on Google Play Services. Services like f-droid.org and "The Yalp Store" make it possible to use Android without a Google Play account and therefore avoids much of the illegal spying and privacy problems introduced by Google. When I started the Edge wallet on Android it unfortunately showed me a dialog saying that it depends on Google Play services and stated that it will not work.

paullinator commented 5 years ago

Hi James. Note that the popup modal about the app not working with Google Play gets generated by an included SDK, but it is not actually correct. The app will continue to work just fine even if you don't have Google Play services. We're not sure why to popup shows and we're researching how to get it removed as the app should function just fine without it.