thx
but...
your configuration did not work for me (iPad 4, iOS 9.0.2, most recent NBA.app, newest flex 2 build, Swiss IP). The .app would freeze.
i tried adding the flex commands one by one whilst opening the .app and i found the culprit of the freeze:
Class: NBALaunchTaskDataProvider
method: -(void) setLocmanager:(id) --> NULL
it works for me just leaving this edit out.
otherwise i added the following edits, although they might be obsolete:
Unit for -(BOOL) isLiveChannelAvailableForCurrentLocation --> TRUE
Unit for -(BOOL) isLiveChannelBlockedForCurrentLocation --> FALSE
this leaves my current working flex hack as follows:
Unit for -(BOOL) isProductTypePurchased:(int) --> TRUE
Unit for -(BOOL) isVIPAccount --> TRUE
Unit for -(BOOL) getHasNBATV --> TRUE
Unit for -(BOOL) isLiveChannelSubscriptionActive: (id) --> TRUE
Unit for -(BOOL) isLiveChannelAvailableForCurrentLocation --> TRUE
Unit for -(BOOL) isLiveChannelBlockedForCurrentLocation --> FALSE
again, some of the edits might be obsolete. i just wanted to drop my config in here in case anybody else experienced a similar problem.
let me know, cheers guys