[codenameone-discussions] Re: feature suggestion

2016-10-17 Thread Shai Almog
You can just right click: view source the install page and follow the links.

-- 
You received this message because you are subscribed to the Google Groups 
"CodenameOne Discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to codenameone-discussions+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/codenameone-discussions.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/codenameone-discussions/9cd60d26-9aab-42c2-8572-4ed8de9a18d2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[codenameone-discussions] Re: feature suggestion

2016-10-17 Thread Dave Dyer
I pieced this together from other sources.  Here's a sample file *app.plist* 
that could be put on any server
to facilitate a re-install of an IPA


> 
> items
> 
> 
> assets
> 
> 
> kind
> software-package
> url
> 
> https://yourserver/yourapp.ipa
> 
> 
> metadata
> 
> bundle-identifier
> yourappname
> bundle-version
> 4.0
> kind
> software
> subtitle
> 41A472
> title
> yourappname
> 
> 
> 
> 
> 
>

The one gotcha is that the server protocol must be https:

Part 2 is the actual URL you feed to safari or another browser.  It's 
convenient to make a trampoline *app.html*
that looks like this:


location.href='itms-services://?action=download-manifest&url=https://yourserver/app.plist';




The other gotcha is that this will only work for a debug build, due to 
signing issues I suppose, but at least
old debug builds can be reinstated for comparison with current ones.

-- 
You received this message because you are subscribed to the Google Groups 
"CodenameOne Discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to codenameone-discussions+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/codenameone-discussions.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/codenameone-discussions/7d53dac3-9e1f-4d46-915c-308018bc66c7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[codenameone-discussions] Re: feature suggestion

2016-10-16 Thread Dave Dyer
The required files other than the ipa itself are not readily accessible - 
they're delivered by server
side scripts.  Can you supply a sample set?

-- 
You received this message because you are subscribed to the Google Groups 
"CodenameOne Discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to codenameone-discussions+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/codenameone-discussions.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/codenameone-discussions/c572f527-7573-42d7-9353-42eafb1f73be%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[codenameone-discussions] Re: feature suggestion

2016-10-16 Thread Shai Almog
You can just upload to your own server. We don't do anything special and 
you can copy the manifest we generate.

Our servers expect an entry of a specific type, there is literally no 
"road" to upload to these servers as that would be a security risk.

-- 
You received this message because you are subscribed to the Google Groups 
"CodenameOne Discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to codenameone-discussions+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/codenameone-discussions.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/codenameone-discussions/c80a407b-1e2c-4c4c-a8a6-a61126214451%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[codenameone-discussions] Re: feature suggestion

2016-10-16 Thread Dave Dyer
Seems like a natural way to fit such a thing into you builder workflow 
would be sort of
a fake build script, where instead of providing all the inputs for a build, 
the script would
supply the IPA output.

-- 
You received this message because you are subscribed to the Google Groups 
"CodenameOne Discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to codenameone-discussions+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/codenameone-discussions.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/codenameone-discussions/08db5f22-8264-4c9b-be63-1c58868bec40%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[codenameone-discussions] Re: feature suggestion

2016-10-16 Thread Dave Dyer
How so ? I'm not suggesing you keep all the IPAs, only that you allow me to 
re-upload
one of them into one you your download wrappers.  Shouldn't that be 
essentially free?
 

> And expensive.
>

-- 
You received this message because you are subscribed to the Google Groups 
"CodenameOne Discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to codenameone-discussions+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/codenameone-discussions.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/codenameone-discussions/12fdd749-ff9e-436e-802f-9ae67b524f3c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[codenameone-discussions] Re: feature suggestion

2016-10-15 Thread Shai Almog
And expensive.

-- 
You received this message because you are subscribed to the Google Groups 
"CodenameOne Discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to codenameone-discussions+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/codenameone-discussions.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/codenameone-discussions/278499b7-d8df-4e48-af84-8b830bc7a835%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[codenameone-discussions] Re: feature suggestion

2016-10-15 Thread Dave Dyer
Very inconvenient.  Keep and upload/download would be much better.

-- 
You received this message because you are subscribed to the Google Groups 
"CodenameOne Discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to codenameone-discussions+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/codenameone-discussions.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/codenameone-discussions/91fd02af-8ec5-456a-a078-1b381ec4b837%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[codenameone-discussions] Re: feature suggestion

2016-10-14 Thread Shai Almog
Just download it and keep it. You can install it with a cable and itunes. 

-- 
You received this message because you are subscribed to the Google Groups 
"CodenameOne Discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to codenameone-discussions+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/codenameone-discussions.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/codenameone-discussions/ee4f3c90-baff-4a1e-8668-d671937dd8cc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.