Detached APK not liking to latest snapshot

I have detached and building an APK

This APK doesn’t include a snapshot of the code(the most recent) and I need to load the code over the air on first load.

my question was ignored once.
need feedpack asap

Deep in a dark corner of the internet, I read a post that said that Android won’t pick up on an expo publish the first time. You have to close and re-open the app a second time.

Also, that didn’t work for me. I had to rename my slug to what seemed like a purge for the release.

This APK doesn’t include a snapshot of the code(the most recent) and I need to load the code over the air on first load.

It seems like it’s doing what you’re asking for already? We don’t include a snapshot of the code in detached apps right now (we want to do this, just haven’t built it yet), so the first time you open the app it will load the code over the air. Can you explain the behavior you want and the behavior you’re seeing right now?

I mean that my app is not loading the latest snapshot of my code(only android)

I saw the documentation that android needs re-open for updating(and I don’t want my user to get my old version of app)

and my app has the middle version(not the first, not the last, and even not the detached version) of my code, and I belive if this is possible It means I can refer to the latest published code.

is my answer clear? sorry for bad english

@jaybe we’ll really need more details to help debug this. Can you run exp publish:history and share the result?

General Info │ │
├──────────────┼─────────────────┤
│ fullName │ @jaybe/everbite │
└──────────────┴─────────────────┘
┌────────────────────────────────────────┬───────────────┬───────────────┬────────────────────────────────────────┬───────────────┐
│ publicationId │ appVersion │ sdkVersion │ publishedTime │ platform │
├────────────────────────────────────────┼───────────────┼───────────────┼────────────────────────────────────────┼───────────────┤
│ 96bfe061-0024-11e8-b8fb-e5beea6f44ff │ 1.0.0 │ 20.0.0 │ 2018-01-23T10:02:58.277Z │ ios │
├────────────────────────────────────────┼───────────────┼───────────────┼────────────────────────────────────────┼───────────────┤
│ 96bfe060-0024-11e8-b8fb-e5beea6f44ff │ 1.0.0 │ 20.0.0 │ 2018-01-23T10:02:58.277Z │ android │
├────────────────────────────────────────┼───────────────┼───────────────┼────────────────────────────────────────┼───────────────┤
│ 1c9b90e0-0024-11e8-9819-412acbab8de7 │ 1.0.0 │ 20.0.0 │ 2018-01-23T09:59:33.357Z │ ios │
├────────────────────────────────────────┼───────────────┼───────────────┼────────────────────────────────────────┼───────────────┤
│ 1c9b69d1-0024-11e8-9819-412acbab8de7 │ 1.0.0 │ 20.0.0 │ 2018-01-23T09:59:33.357Z │ android │
├────────────────────────────────────────┼───────────────┼───────────────┼────────────────────────────────────────┼───────────────┤
│ ae294c30-0017-11e8-ad68-0178c187c55e │ 1.0.0 │ 20.0.0 │ 2018-01-23T08:30:34.097Z │ ios │
└────────────────────────────────────────┴───────────────┴───────────────┴────────────────────────────────────────┴───────────────┘

here it is… i don’t know why it only contains yesterdays publish

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.