• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
Locked
0

I want to store a file on a phone that will not delete when the app is uninsalled.

Community Beginner ,
Mar 07, 2018 Mar 07, 2018

Copy link to clipboard

Copied

Hello,

I wrote a custom no password solution for a mobile game.

The data for automatic login is deleted though when someome reinstalls the app or updates.

They then lose their corresponding saved game data on the server.

How do I write a file in android/ios that just stays on the phone despite app uninstall?

,Jim

TOPICS
Development

Views

268

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Mar 07, 2018 Mar 07, 2018

Copy link to clipboard

Copied

Ok, it looks like the way to keep login id is:

Google Play Games on Android

and

GameCenter on ios.

I'm going to learn these I spose.  Question: Anyone have tips on code in Air to access these?

,Jim

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Enthusiast ,
Mar 08, 2018 Mar 08, 2018

Copy link to clipboard

Copied

You need to use native extentions to access them. I know Distriqt and Milkman Games have ANEs you can buy.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Advocate ,
Mar 08, 2018 Mar 08, 2018

Copy link to clipboard

Copied

LATEST

Ultimately those frameworks combine a device identifier with a back end service and that's how they can recover data for that device if any is lost. This is something you can do yourself if you have your own server.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines