Questions tagged [diawi]

Diawi is a platform that allows developers to upload IPA files to enable easy distribution to clients or other users.

www.diawi.com is a platform where user can upload a ZIP or IPA of an application. Diawi will provide a shorter link, which users need to open in their iOS Safari browser (or any other browser that supports this feature). There, the user can click to install the app. This makes distribution and installation of apps to the public easy!

34 questions
1
vote
0 answers

Developer mode required for installing

I have an iOS app that is distributed via diawi.com. This has worked fine before, but now the iPad requires developer mode to install. I think I have found the solution here here. But I have not found any reason why this is happening now. Is it…
Eccles
  • 394
  • 1
  • 3
  • 13
1
vote
0 answers

Apple Development: add UDID to provisioning profile without Apple development membership?

I'm trying to use Diawi to distribute my test iOS app within my team and Diawi gave me "unable to download" error. I'm aware that I have to add the other members device's UDID into my provisioning profile. However, I have not enroll in Apple Dev…
An Ng
  • 23
  • 5
1
vote
3 answers

"The package appears to be corrupt" while installing APK on Galaxy S7

I made an Android project on Android Studio. When I ran it on test Android device which was plugged to my system using a USB cable, it ran successfully. However, then I generated the APK and uploaded in Diawi website. When I tried to install this…
Malwinder Singh
  • 6,644
  • 14
  • 65
  • 103
1
vote
1 answer

PHP Curl Request - Diawi API

I'm struggling to get my Curl request working. The aim of the code is to upload a file to diawi.com using their API. This is my first attempt at using curl, I'm unsure of the correct syntax. Here is my code: $curl =…
d.abyss
  • 204
  • 1
  • 4
  • 26
1
vote
0 answers

Diawi - This request requires an access token, but none was provided

https://i.stack.imgur.com/MqPsf.png I have this problem this morning, but I tried a lot time. It always failed. I using Chrome for upload
baohung02
  • 91
  • 1
  • 7
1
vote
0 answers

Diawi shows wrong identifer of the app

I have created app with today and watch kit extension. App build successfully and created IPA. This IPA is also install in device using iTune sync. but when I upload this IPA to diawi and download in device it did not download. Also I have notice…
Crazy Developer
  • 3,464
  • 3
  • 28
  • 62
0
votes
1 answer

Trying to share an iOS .app file but it crashes as soon as it starts. Also I see a blocked symbol on my .app file

I am compressing this file to .zip and uploading it to https://www.diawi.com/ and sharing the link which is generated. What am I doing wrong?
Nehal
  • 79
  • 1
  • 8
0
votes
1 answer

Upload generated .apk into Diawi using script

Is it possible to avoid manually uploading the .apk file into Diawi by using some scripts? I saw that there is a plugin for Jenkins that uploads the .apk after CI and I was wondering if it is possible to do the same locally by using the command…
MeLean
  • 3,092
  • 6
  • 29
  • 43
0
votes
0 answers

How to Resolve IOS App Crash just in Diawi App

I had tableview with two cells the cells are UIcollectionview , every think work fine in Xcode , just when I get the download link from Diawi app and and test it there the app crash in home page (tableview with collection cell) my Homepage Code is…
0
votes
0 answers

Troubleshooting remote installs of .ipa

So using Diawi service and am able to install the .ipa but when I launch the app it quits immediately. What are some troubleshooting steps to try? At the very least need to see some sort of error log. on iOS 13.2. Thanks!
Bachalo
  • 6,965
  • 27
  • 95
  • 189
0
votes
1 answer

How to get app download link from Diawi on Laravel

How can i get the downloadable link of uploaded apps in laravel? I want to store the links in mysql. I have used curl to upload apps. Here is my code! $headers = array("Content-Type: multipart/form-data"); $postfields = array( "token" …
Jo-ji
  • 17
  • 1
  • 6
0
votes
3 answers

ERROR: File 'filename.diawilink' does not exist jenkins android

I configured jenkins and diawi plugin successfully and the apk are uploaded to diawi by using jenkins. But i am not able to send Diawi link to email via Editable Email Notification. my diawi plugin version is 1.4. I got the below error. ERROR: File…
selva
  • 1
0
votes
1 answer

iOS-Not able to install enterprise app on few devices

My client distributed our enterprise app. On every device, it is getting installed but there are 2 devices iPhone X and iPhone SE with iOS version 11.4 it is not getting downloaded showing "App cannot be download at this time". They are making a…
Khushboo Dhote
  • 198
  • 3
  • 13
0
votes
1 answer

"ERROR: File 'DIAWI_LINKS' does not exist" Jenkins Android

I have configured android project with jenkins all going good. I tried to use DIAWI api with jenkins it all works fine but I am not able to send diawi link in the email. Email which I have received looks like below: New Apk uploaded to diawi.com,…
Ahmad Arslan
  • 4,498
  • 8
  • 38
  • 59
0
votes
1 answer

decrypt IPA data like, app name, version, icon etc [MVC C#]

Updated Question I have managed to read the info.plist file and I got the below response. I don't know how to decrypt into XML. I am not sure, how can I read this? Actual Question I want to create an application like, Diawi. For that, I have…
Chandresh Khambhayata
  • 1,748
  • 2
  • 31
  • 60