iRSSの日記

はてなダイアリーiRSSの日記の続き

2011-10-01から1ヶ月間の記事一覧

Newsstandの定期購読自動継続を解約する方法

以下のリンクから、iTunesの購読の管理で、設定ができる。https://buy.itunes.apple.com/WebObjects/MZFinance.woa/wa/manageSubscriptions 一覧から、編集したいアプリを選択 自動継続のラジオボタンで設定。

アプリ内ストアの定期購読型(Auto-renewable Subscriptions)に関するメモ

Sandboxでのテスト Sandboxの世界では、時間が早回しですすむ。 Actual Duration Sandbox Duration 1 week 3 minutes 1 month 5 minutes 2 months 10 minutes 3 months 15 minutes 6 months 30 minutes 1 year 1 hour 1年が1時間。1年(1時間)までで、そ…

Newsstandメモ

自分用のメモ。 サンプルソース等は、後ほど、アップする予定 参考にしたいページ https://support.urbanairship.com/customer/portal/articles/140033-adding-newsstand-support-to-your-app サンプルコードがある、流れがつかめる。 WWDC2011 video Buildi…

willAnimateRotationToInterfaceOrientation直後のview.frameとview.boudsがは向きが異なる?

メモ - (void)willAnimateRotationToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation duration:(NSTimeInterval)duration { NSString *orient; switch(interfaceOrientation) { case UIInterfaceOrientationLandscapeRight: orient = @"…