ios - Is it possible to get a crash log due to expiration of provisioning profile? -
when application doesn't start or goes home screen right after tapping application, have way know whether because of expiration of provisioning profile or other reason?
i couldn't find them in crash logs finder.
thanks.
if app's provisioning profile has expired, see in device console. if have access device, plug mac , fire xcode.
starting xcode 6, view console output of connected device:
connect device. build , deploy app device using either cli or studio. sync application device using itunes (if not building directly device). launch xcode.
open devices window. menu, select window > devices.
select device left bar.
click show device console button ( ) expand console.
once have console up, click trash can clear it, on device try launch app. if provisioning profile app has expired, believe see message following:
a valid provisioning profile executable not found
Comments
Post a Comment