• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Can an use introspection to determine if its a production app from the App Store?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Can an use introspection to determine if its a production app from the App Store?


  • Subject: Re: Can an use introspection to determine if its a production app from the App Store?
  • From: David Hoerl <email@hidden>
  • Date: Thu, 30 Oct 2014 14:38:59 -0400

Looks great, but I cannot read Objective C anymore - where is the Swift version???

On 10/30/14, 2:28 PM, Torsten Curdt wrote:
You could also inspect the provisioning profile:

https://github.com/tcurdt/TCMobileProvision

cheers,
Torsten

On Thu, Oct 30, 2014 at 6:44 PM, David Brittain <email@hidden
<mailto:email@hidden>> wrote:

    The following seems to work from experimentation...

    For an application installed through TestFlight Beta the receipt file
    is named StoreKit\sandboxReceipt vs the usual StoreKit\receipt. Using
    [NSBundle appStoreReceiptURL] you can look for sandboxReceipt at the
    end of the URL.

    NSURL *receiptURL = [[NSBundle mainBundle] appStoreReceiptURL];
    NSString *receiptURLString = [receiptURL path];
    BOOL isRunningTestFlightBeta =  ([receiptURLString
    rangeOfString:@"sandboxReceipt"].location != NSNotFound);

    sandboxReceipt is also the name of the receipt file when running
    builds locally.

    On Thu, Oct 30, 2014 at 10:38 AM, David Hoerl <email@hidden
    <mailto:email@hidden>> wrote:
     > Can an iOS app examine some property to determine if its been
    installed as a
     > development style app (ie Test Flight, or Xcode, etc), or was
    installed via
     > the App Store.
     >
     > [I support a library where the app is suppose to pass a flag, but
    clients
     > are making errors...]
     >
     > David
     > _______________________________________________
     >
     > Cocoa-dev mailing list (email@hidden
    <mailto:email@hidden>)
     >
     > Please do not post admin requests or moderator comments to the list.
     > Contact the moderators at cocoa-dev-admins(at)lists.apple.com
    <http://lists.apple.com>
     >
     > Help/Unsubscribe/Update your Subscription:
     >
     >
     > This email sent to email@hidden
    <mailto:email@hidden>



    --
    David Brittain
    email@hidden <mailto:email@hidden>
    _______________________________________________

    Cocoa-dev mailing list (email@hidden
    <mailto:email@hidden>)

    Please do not post admin requests or moderator comments to the list.
    Contact the moderators at cocoa-dev-admins(at)lists.apple.com
    <http://lists.apple.com>

    Help/Unsubscribe/Update your Subscription:

    This email sent to email@hidden <mailto:email@hidden>



_______________________________________________

Cocoa-dev mailing list (email@hidden)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden


  • Follow-Ups:
    • Re: Can an use introspection to determine if its a production app from the App Store?
      • From: Torsten Curdt <email@hidden>
    • Re: Can an use introspection to determine if its a production app from the App Store?
      • From: Graham Cox <email@hidden>
References: 
 >Can an use introspection to determine if its a production app from the App Store? (From: David Hoerl <email@hidden>)
 >Re: Can an use introspection to determine if its a production app from the App Store? (From: David Brittain <email@hidden>)
 >Re: Can an use introspection to determine if its a production app from the App Store? (From: Torsten Curdt <email@hidden>)

  • Prev by Date: Re: Can an use introspection to determine if its a production app from the App Store?
  • Next by Date: How make image nonvibrant in Yosemite NSVisualEffectView
  • Previous by thread: Re: Can an use introspection to determine if its a production app from the App Store?
  • Next by thread: Re: Can an use introspection to determine if its a production app from the App Store?
  • Index(es):
    • Date
    • Thread