# withAppData

> Dropbox file and folder management with creation, editing, and transfer capabilities. (iPhone/iPad app by Kiyotaka Hori.)

- Source: https://appshunter.io/ios/app/withappdata/id1219679801 (this page in markdown: same URL + `.md`)
- Developer: [Kiyotaka Hori](https://appshunter.io/developer/434217041)
- Category: Productivity, Business
- Price: Free
- Age rating: 17+
- Requires: iOS 9.0 · 27 MB
- Languages: Japanese
- Released: 2018-01-31
- Data updated: 2026-06-07
- Monetization: ad-supported
- User reviews in markdown: https://appshunter.io/ios/app/withappdata/id1219679801/reviews.md

## What is withAppData?

withAppData

[withAppData summary]

Dropbox

it manage folders and files with Dropbox system.
download and upload files using famous cloud system of Dropbox.

[current function]
(1) file download(file only)
(2) file upload(file only)
(3) move another folder
※move folder to subfolder or parent folder.
(4)create new folder
(5)rename
(6)remove
(7)move(file only)
(8)copy(file only)

please login certification.

folder manage

folder manage
it manage include files.(file included from Dropbox and iTunes application)
[main funtion]
(1) create new folder
create new folder selected directory.
(2) rename
rename folder and files
(3) remove
remove selected folders and files.it is able to multi select.
(4) move
move folders and files.
if exists same files,display confirm messagebox.
if permitted overwrite files,execute move disposal.
it is able to multi select.
(5) copy
copy folders and files.
if exists same file name,display confirm messagebox.
if permitted copy files,execute copy disposal
copy new file name with add number
ex.)
[before] xxx.txt
[after] xxx (1).txt
(5) file view
view selected file.
[current function]
text file(txt/log)
CSV file(csv)
PDF(pdf)
Excel file(xls/xlsx)
Power point file(ppt/pptx)
WORD file(doc)
HTML file(html/htm/webarchive)
image file(png/jpg/gif/bmp)
movie file(mp4/mov)
prepare siwtch change vertical layout to horizontal for layout button.
prepare movie screen for caputre button.
zip file(zip)
※prepare textbox for input password with zip file.
music file(mp3/wav/m4a)

using iTunes
connect iPhone with computer.import or export selected files using iTunes application.
[simple step]
(1) connect certification with iPhone and computer
connect iPhone and your computer using USB.
(2) select device
select DEVICE on the iTunes application screen.
(3) 'App' select
select 'App' on the iTunes application screen.
(4) add file or save file
if scroll down App area,find application list that is able to using iTunes application.
select applicaiton in the list and click add button or save button.
these button function has import or export files.

data cooperation

data cooperation with developed apps of abc3.me.
after report impossible data cooperration apps.
[data cooperation Application]
(1)AccountBook
(2)abc3.me02(water and lighting and heating expenses)

Web browser(download)
if link tap on web page, display dialog.
(1)open URL link
(2)download from URL link
(3)copy URL link

rating 17+:
Since this app allows unfiltered access to the internet.
※You can access the web freely.

select option button and OK button.
※favor list screen

6. search folder and  file
folder or file search option and extention search option,
display result of both matching folder or file list.

best regards, abc3.me

by abc3.me

## Key features

- File and folder management
- Create, rename, move, copy, delete
- Upload and download files
- Multi-select for operations
- File viewing for multiple formats
- iTunes integration for data transfer
- Web browser download functionality

## Recent user reviews (1 of 1)

All indexed reviews: https://appshunter.io/ios/app/withappdata/id1219679801/reviews.md

### 4/5 — 🤔

*2023-06-26*

I have a feeling in me, that this does or did something cool. Call it a hunch 🤷‍♂️ but I can usually tell when an app is one of those with rare or 'speciial' functions that you don't see everyday.

For the life of me I'm not sure if I'm missing something about app, but the only parts in english are poorly translated. Hard to even make educated guessing on results, cause it's not immediately obvious to me. After tinkering around more, it remains a mystery (or does it 🤔).

## Frequently asked questions about withAppData

### Does withAppData have ads?

Yes, withAppData contains advertisements. As it is a free application, ads are used to support its development and maintenance.

### What devices does withAppData support?

withAppData is available for iPhone, iPad, and iPod. It is designed to work across Apple's mobile device ecosystem.

### How often is withAppData updated?

The latest version of withAppData is 2.8, which was last updated on January 23, 2024. Updates are released periodically to improve functionality and address issues.

### Can I manage files offline with withAppData?

While the app integrates with Dropbox for cloud storage, direct file management operations like creating or editing files may require an internet connection to sync with Dropbox. However, viewing previously downloaded files might be possible offline.

### What file types can be viewed in withAppData?

withAppData supports viewing a wide range of file types, including text files (txt, log), CSV, PDF, Excel (xls, xlsx), PowerPoint (ppt, pptx), Word (doc), HTML, images (png, jpg, gif, bmp), movies (mp4, mov), zip files, and music files (mp3, wav, m4a).

### Is withAppData suitable for children?

withAppData has an age rating of 17+ because it allows unfiltered access to the internet. Parents should exercise caution if considering this app for younger users.

### How does withAppData integrate with iTunes?

You can import or export files between your iPhone and computer using iTunes. By connecting your device and selecting the 'App' section in iTunes, you can find withAppData in the list and use the add or save buttons to transfer files.

### What are the main folder management functions in withAppData?

withAppData allows you to create new folders, rename folders and files, remove selected folders and files (with multi-select capability), move folders and files (with overwrite confirmation), and copy folders and files (with automatic naming for duplicates).

## Version history (last 5 releases)

### 2.8 — 2024-01-23

withAppData
[ver 2.8]

modifyied layout of AdMob

modified the AdMob layout due to the warning below.
[message]
encouraging accidental clicks:layout

best regards, abc3.me
by abc3.me

### 2.7 — 2022-06-21

withAppData
[version 2.7]

Update iOS version.
change 8.0 to 9.0.

Status bar for iOS15
internal processing of the program has been changed.

Added IDFA confirmation dialog display processing
The confirmation dialog is displayed only once due to the AdMob tracking process.
If you want to track activity or change permissions in the "Privacy" settings
It seems that you can make changes by selecting Settings> Privacy> Tracking.

IDFA can set permission changes for each app.
please choose "Allow" button or "Ask App Note toTrack" button.
(1) "Allow" button:
Show recommended ads.
(2) "Ask App Note toTrack" button:
Display ads that users are not interested in.
* In any case, the advertisement will be displayed.

[Notes to development users]


Getting the height of the iOS status bar (iOS 15 or later)

[Code implementation example]
※Objective-C
CGFloat height = 0.0f;
NSSet *scenes = [[UIApplication sharedApplication] connectedScenes];
for (UIScene *scene in scenes)
{
    if ([scene isKindOfClass:[UIWindowScene class]])
    {
        UIWindowScene *windowScene = (UIWindowScene*)scene;
        height = windowScene.statusBarManager.statusBarFrame.size.height;
        break;
    }
}


IDFA code implementation
About the implementation of IDFA (tracking related)
Add two frameworks.
(1)AdSupport.framework
(2)AppTrackingTransparency.framework

Until now, I think it was implemented at the following timing.
(1)AppDelegate
(2)SceneDelegate
(3)viewDidLoad
However, it seems that it became a regular procedure to execute IDFA after implementing the advertisement.
From iOS15, the IDFA message dialog will not be displayed if it is implemented in (1) to (3) above.

Therefore, it is necessary to implement it in the place where the value of "UIApplicationStateActive" is true.
(example)
if (UIApplication.sharedApplication.applicationState == UIApplicationStateActive)
{
    NSLog(@"UIApplicationStateActive is true.");
}


For example, instead of the viewDidAppear event described below
It seems that some developers implement it when the button is tapped.

[Code implementation example]
※Objective-C
-(void)viewDidAppear:(BOOL)animated
{
    [super viewDidAppear:animated];
    [self requestIDFA];
}

-(void)requestIDFA
{
    ASIdentifierManager *identifierManager = [ASIdentifierManager sharedManager];
    if (@available(iOS 14, *))
    {
        // Processing iOS14 or later
        [ATTrackingManager requestTrackingAuthorizationWithCompletionHandler:^(ATTrackingManagerAuthorizationStatus status)
        {
            //How to start getting ads
            [GADMobileAds.sharedInstance startWithCompletionHandler:^(GADInitializationStatus * _Nonnull status) 
            {
                //Please reload the ad here, etc.
            }];
            if (status == ATTrackingManagerAuthorizationStatusAuthorized
                || status == ATTrackingManagerAuthorizationStatusNotDetermined)
            {
        // User has not selected "Do not track" in privacy settings (opt-in)
                 // Code to do something with the obtained IDFA
            }
            else if (status == ATTrackingManagerAuthorizationStatusDenied)
            {
                // User selects "Do not track" in privacy settings (opt out)
                 // Code if IDFA could not be obtained
            }
            else
            {
                // Something else
            }
        }];
    }
    else
    {
        // Processing before iOS13
        //ASIdentifierManager *identifierManager = [ASIdentifierManager sharedManager];
        if ([identifierManager isAdvertisingTrackingEnabled])
        {
            //NSString *idfa = identifierManager.advertisingIdentifier.UUIDString;
            //NSLog(@"idfa:%@",idfa);
            //Code to do something with the obtained IDFA
        }
        else
        {
            //NSLog(@"failure");
            //Code if IDFA could not be obtained
        }
    }
}

### 2.6 — 2021-03-30

withAppData
[ver 2.6]

Update AdMob
Updated AdMob to Google Mobile Ads SDK.
※need minimum requirements version GoogleMobileAdsSdkiOS-7.64.0.

change control to WKWebView
the part that used UIWebView has been changed to WKWebView for security measures.

this app hard to see in dark mode.
for this reason, made it look like light mode.

best regards, abc3.me
by abc3.me

### 2.5 — 2018-04-07

withAppData
version 2.5

[new function add]
search condition list function add

if tap list button (star mark), display search condition list screen.

choose button
reflect saved condition chose data from list to search condtion screen.

save button
save setting condition data on search condition screen.

delete button
delete from choose data from the list.

[about search funciton]
search folder or file in this application folder.
extention search funtion only file.(not search folder)

1.search folder or file
it need to checkbox on folder or file label.
include string
display list that include string of folder or file name.
with begining string
display list that begining string of folder or file name.
with ending string
display list that ending string of folder or file name.
with equal string
display list that equal to string of folder or file name.
not include string
display list that not include string of folder or file name.
※if combination　folder or file search option and extention search option,
display result of both matching folder or file list.

2.extention search
it need to check checkbox on extention label.
(1)choose extention
it need to check extention checkbox.
if tap under direction triangle mark button,
open extention list screen.
choose any extention.
display choose extention list.

(2)input extention
search same input extention of file.

※extention is file only.
※if combination　folder or file search option and extention search option,
display result of both matching folder or file list.

3.search parent folder
choose folder and search result list.

4.folder or file date information
set create date and update date from calendar screen and search result list.
search after choose start date.
search after choose end date.
if set both start date and end date, range date of folder and file search result list.

5.file size
input minimum and maximum size and search list.
search above min file size.
search above max file size.
if set both size, search range of min and max size list.

6.kind of search
it is able to search file only or folder only.

best regards, abc3.me
by abc3.me

### 2.4 — 2018-04-02

withAppData
version 2.4

ad repair.

[about search funciton]
search folder or file in this application folder.
extention search funtion only file.(not search folder)

1.search folder or file
it need to checkbox on folder or file label.
include string
display list that include string of folder or file name.
with begining string
display list that begining string of folder or file name.
with ending string
display list that ending string of folder or file name.
with equal string
display list that equal to string of folder or file name.
not include string
display list that not include string of folder or file name.
※if combination　folder or file search option and extention search option,
display result of both matching folder or file list.

2.extention search
it need to check checkbox on extention label.
(1)choose extention
it need to check extention checkbox.
if tap under direction triangle mark button,
open extention list screen.
choose any extention.
display choose extention list.

(2)input extention
search same input extention of file.

※extention is file only.
※if combination　folder or file search option and extention search option,
display result of both matching folder or file list.

3.search parent folder
choose folder and search result list.

4.folder or file date information
set create date and update date from calendar screen and search result list.
search after choose start date.
search after choose end date.
if set both start date and end date, range date of folder and file search result list.

5.file size
input minimum and maximum size and search list.
search above min file size.
search above max file size.
if set both size, search range of min and max size list.

6.kind of search
it is able to search file only or folder only.

best regards, abc3.me
by abc3.me

## Apps similar to withAppData

| App | Rating | Price | Category |
| --- | --- | --- | --- |
| [XLSX Merger: Combine Sheets](https://appshunter.io/ios/app/xlsx-merger-combine-sheets/id6743140845) | — | Free | Productivity |
| [MojoAI - Ask Anything](https://appshunter.io/ios/app/mojoai-ask-anything/id6740080209) | — | Free | Productivity |
| [点検エース](https://appshunter.io/ios/app/id1614064198) | — | Free | Productivity |
| [SP7](https://appshunter.io/ios/app/sp7/id1019376025) | — | Free | Productivity |
| [ClockThis](https://appshunter.io/ios/app/clockthis/id6453472328) | 5.0 (2) | Free | Productivity |
| [TotalSync - sync without cloud](https://appshunter.io/ios/app/totalsync-sync-without-cloud/id1573332510) | 5.0 (4) | Free | Productivity |

## More apps by Kiyotaka Hori

- [abc3.me02](https://appshunter.io/ios/app/abc3me02/id776863194)
- [ESP TEST](https://appshunter.io/ios/app/esp-test/id1212822570)
- [ミニ脳トレ](https://appshunter.io/ios/app/id1217012222)
- [Learning English words](https://appshunter.io/ios/app/learning-english-words/id1303262409)
- [給与レポート](https://appshunter.io/ios/app/id1325881266)

All apps by Kiyotaka Hori: https://appshunter.io/developer/434217041

## Related topics

[kiyotaka hori](https://appshunter.io/ios/topics/kiyotaka-hori)

---

*Data collected daily from the US App Store and indexed by [AppsHunter](https://appshunter.io/). User reviews are verbatim App Store reviews. Ratings, prices and chart positions refresh continuously; this snapshot is from 2026-06-07.*
