Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ユーザーがiPhoneからアプリを削除したときに、デバイスの認証を解除するためのWebサービスを呼び出したいです。
アプリがiPhoneから削除されても、イベントは発生しません。申し訳ありませんが、アプリの削除時にウェブサービスを呼び出したり、何もすることはできません。
public class RegistryTableItem { public int Root { get; set; }//assume possible values are 0,1,2,3 public string Name { get; set; } public string Component_ { get; set; } } L