Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Help needed #2

Closed
ThodorisElissaios opened this issue Oct 26, 2021 · 8 comments
Closed

Help needed #2

ThodorisElissaios opened this issue Oct 26, 2021 · 8 comments

Comments

@ThodorisElissaios
Copy link

ThodorisElissaios commented Oct 26, 2021

Hello !
Since recent ionic crazy pricing trying to find solution :)

I am new to capacitor only cordova used in the past .

testing on iOS

async update() { const update = await CapacitorUpdater.updateApp({ url: 'https://myftpurl/upate.zip', }); console.log(update); }

gives me {done: false}

(upate.zip is my www zipped)

@riderx
Copy link
Collaborator

riderx commented Nov 17, 2021

Hello @ThodorisElissaios thanks for the feedback, the module is not finished yet. I struggle to have the update process function, I watching the code of older tool but still don't understand everything.
I will keep you informed on my progress

@riderx
Copy link
Collaborator

riderx commented Nov 25, 2021

Hello @ThodorisElissaios can you give it a try again ?
I made it work for IOS and Android !

@akashdusky
Copy link

error: not a statement
String current = pathHot.length() >= 10 ? pathHot.substring(pathHot.length() - 10) : 'default';

there is just this issue android
^

@akashdusky
Copy link

i fixed that and this popped up
idk if im doing something wrong but it worked flawless on ios
return editor.getString("lastPathHot", "");
^
symbol: method getString(String,String)
location: variable editor of type Editor

@riderx
Copy link
Collaborator

riderx commented Dec 12, 2021

Thanks for the feedback @akashdusky i will do more test in Android, I was focus in ios for the last time maybe I forgot some fix in Android

@riderx
Copy link
Collaborator

riderx commented Dec 13, 2021

I updated, sorry i did the update in vs code, it didn't show me my simple error . Check the v1.0.18

@riderx
Copy link
Collaborator

riderx commented Dec 13, 2021

I have found other issue in android I'm on it

@riderx
Copy link
Collaborator

riderx commented Dec 16, 2021

Fixed, @akashdusky can you try ?

@riderx riderx closed this as completed Jan 20, 2022
riderx pushed a commit that referenced this issue Sep 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants