My Fire TV app was rejected by Apple review with the following message:
"Your app uses or references the following non-public APIs: com.apple.springboard.lockcomplete "
...so I grepped my project, and sure enough, the forbidden reference were found in the AmazonFling API (using v1.3.1) - see below:
grep -R 'com.apple.springboard.lockcomplete' *<br>Binary file frameworks/AmazonFling1.3.1/AmazonFling.framework/Versions/A/AmazonFling matches<br>Binary file frameworks/AmazonFling1.3.1/AmazonFling.framework/Versions/Current/AmazonFling matches<br>Binary file frameworks/AmazonFling1.3.1/AmazonFling.framework/AmazonFling matches