It's not only not a good idea to use private APIs, if you do so you've failed. You're a bad developer. It's like writing file handling code that assumes all operations always succeed. There's a reason private APIs are private. They will change. Your app will crash. It's not a matter of if, it's a matter of when.