Apple Rejected my Ap so I need some help here.

Getting into LiveCode for iOS? Ask your questions here.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

gpb01
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 281
Joined: Sat Jun 04, 2011 5:41 pm

Re: Apple Rejected my Ap so I need some help here.

Post by gpb01 » Sun Feb 19, 2012 8:58 pm

monte wrote:Done, you can set the file protection key to any of the four available options. Also added a function to check if protected data is available. It is also possible to send callbacks if protected data becomes available or unavailable but unless someone needs that I won't bother....
....
Monte
WOW ... thanks a lot !!!!!!!!!!!!!!!!!!!!!

Guglielmo

CALL-151
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 206
Joined: Wed Oct 20, 2010 11:00 am

Re: Apple Rejected my Ap so I need some help here.

Post by CALL-151 » Sun Feb 19, 2012 9:06 pm

Monte,

You're awesome! Thanks for getting this done so quickly, and NSFileProtection support as well (thanks Guglielmo for suggesting). There's considerable interest in file protection, so you should consider starting a separate thread. I suspect that many will not find your great external buried here (and of course, send an email to this of us who purchased your other externals letting them know about this important addition).

Fireworx- If you haven't already purchased Monte's externals, you'll want to now. His latest addition should allow you to keep your PDFs where you want them and satisfy the new guidelines. Please let us know when your resubmitted app is approved.

monte
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 1564
Joined: Fri Jan 13, 2012 1:47 am
Contact:

Re: Apple Rejected my Ap so I need some help here.

Post by monte » Mon Feb 20, 2012 1:36 am

Hi call-151

I'm making announcements in the announcements topic on the mergext.com forum. You can subscribe to that and get an email when there's action on that topic. I'm only doing more major announcements here and on the use list but I guess a new external is relatively major :-)

Cheers

Monte
LiveCode User Group on Facebook : http://FaceBook.com/groups/LiveCodeUsers/

gpb01
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 281
Joined: Sat Jun 04, 2011 5:41 pm

Re: Apple Rejected my Ap so I need some help here.

Post by gpb01 » Mon Feb 20, 2012 11:27 am

CALL-151 wrote: ...
and NSFileProtection support as well (thanks Guglielmo for suggesting). There's considerable interest in file protection, so you should consider starting a separate thread.
...
Yes, I remember a long series of discussions about data protection, probably on the 'developer list' ... this is why I suggested to Monte this add-on ;)

Monte ... I think a lot of people is interested in NSFileProtection ... highlights it in all lists and forums :)

Again thanks,

Guglielmo

FireWorx
Posts: 362
Joined: Wed Sep 07, 2011 9:39 pm

Re: Apple Rejected my Ap so I need some help here.

Post by FireWorx » Sat Mar 10, 2012 7:54 pm

Thanks CALL-151,
I finaly got it through my thick head that it's EITHER move the PDF's to the library/cashes folder OR set the "do not back up" atribute on the "documents" folder which monte's external can take care of. Briefly what does the file protection settings that you requested take care of?
Thanks,
Dave

CALL-151
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 206
Joined: Wed Oct 20, 2010 11:00 am

Re: Apple Rejected my Ap so I need some help here.

Post by CALL-151 » Sat Mar 10, 2012 8:07 pm

FireWorx wrote:Thanks CALL-151,
Briefly what does the file protection settings that you requested take care of?
Thanks,
Dave
It enables hardware based AES-256 encryption for files that have this attribute set. A safeguard against loss of protected or confidential info if a device is stolen and jailbroken.

Post Reply