traccar / traccar-client-ios

Traccar Client for iOS
https://www.traccar.org/client
Apache License 2.0
204 stars 304 forks source link

App outside the Apple Store #41

Closed Turbovix closed 6 years ago

Turbovix commented 7 years ago

Hello, Is there any way to get the app to install via Cydia? Because Apple will not let me install the Traccar on an Iphone 4, since the IOS of it is 7.xxx

tananaev commented 7 years ago

It has nothing to do with Apple. The app project is built with 8.0 as a target SDK, so it won't install on anything older.

You can try to build it yourself with lower SDK, but some things might not work or you might get some compilation issues.

Turbovix commented 7 years ago

Youtube was not available, however, I did install an old version through Cydia, and then the app was updated by the apple store itself. Thank you.

tananaev commented 7 years ago

You can always get an older version tag from the repository and compile it yourself.

Turbovix commented 7 years ago

OK thank you! It worked very well!