ios - Issue with In-App purchase on ios9 -


on trying perform purchase on app, keep getting popup says "your purchase not completed. assistance contact itunes support @ ..... ".

i had used same account few minutes perform iap , @ time got processed successfully. never used face issue before upgrading ios9. there issue account or issue new upgrade of ios9. enter image description here

i had similar own app , in app purchases. stopped working in ios9. in case due apple's new apple transport security. can disable altogether adding in info.plist

 <key>nsapptransportsecurity</key> <dict>     <!--include allow connections (danger)-->     <key>nsallowsarbitraryloads</key>     <true/> </dict> 

then able make connections before. although not safest option. might use test if cause of problem.


Comments

Popular posts from this blog

html - Outlook 2010 Anchor (url/address/link) -

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -

Getting gateway time-out Rails app with Nginx + Puma running on Digital Ocean -